
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
tokensoft-sdk
Advanced tools
$ yarn add tokensoft-sdk
Investor:
Administrator:
Every administrator will need unique credential per asset. Each set of credentials will enable an administrator to whitelist wallets to be authorized to hold the tokens.
Generate an API key from the dashboard/api-settings
page of the TokenSoft admin platform and export it on the command line:
$ export KEY_ID='TSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
$ export SECRET_KEY='TSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
In order for an investor or user to hold a security token, they must be authorized to do so by the administrator. The sample code below demonstrates this process.
import { TokensoftSDK } from 'tokensoft-sdk'
const issuerEndpoint = 'https://app.arcalabs.com'
const client = new TokensoftSDK(issuerEndpoint, process.env.KEY_ID, process.env.SECRET_KEY)
const transactionHash = await client.authorizeUser('jay_clayton@gmail.com', '0x00192fb10df ... 3cd1bf599e8', {
firstName: "john",
lastName: "doe",
address: {
streetAddress: "123 abc street",
city: "San Francisco",
state: "CA",
zip: "94000",
country: "US"
}
}
)
FAQs

The npm package tokensoft-sdk receives a total of 3 weekly downloads. As such, tokensoft-sdk popularity was classified as not popular.
We found that tokensoft-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.