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.
@unfinishedlabs/sdk
Advanced tools
Easy to use SDK for the DSNP
npm install @unfinishedlabs/sdk
import * as dsnp from "@unfinishedlabs/sdk";
import { Announcement } from "@unfinishedlabs/sdk";
import { batch } from "@unfinishedlabs/sdk/Announcement";
const dsnp = require("@unfinishedlabs/sdk");
const { Announcement } = require("@unfinishedlabs/sdk");
const { batch } = require("@unfinishedlabs/sdk/Announcement");
See Documentation or generate documentation locally via npm run doc
.
Run npm install @unfinishedlabs/sdk
Run npm run build
Documentation is deployed on merge to main to GitHub Pages: https://libertydsnp.github.io/sdk-ts/
npm run doc
for HTML documentationnpm run doc:json
for JSON documentationnpm run doc:markdown
for markdown documentation (published with the npm package)Name | Description |
---|---|
RPC_URL | url of node to make calls to |
BATCH_CONTRACT_ADDRESS | Address of contract on chain you are calling to |
TESTING_PRIVATE_KEY | Only used in testing - private key of account you are sending transactions from |
Run npm run test
[0.0.1] - 2021-03-15
FAQs
SDK Library for the DSNP
We found that @unfinishedlabs/sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.