Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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
![Logo](./docs/img/logo.png)
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.