
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
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 1 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
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.