@kynesyslabs/demosdk v1.5.3
@kynesyslabs/demosdk
Demos SDKs metapackage
Multichain SDKs Usage
Check out the multichain documentation.
Adding stuff
Create a new folder in the src
directory and add your stuff. Export items on the index.ts
file in your new folder. Then add an export entry in package.json
as shown:
"exports": {
// ...
"./stuff": "./build/stuff/index.js"
}
This will allow users to use the new things as follows:
import { Stuff, otherStuff } from '@kynesyslabs/demosdk/stuff'
Running tests
# multichain
yarn test:multichain
Publishing on NPM
Publishing to NPM is automated using a Github Workflow. To publish a new version:
- Incrememt the
package.json
version field - Commit your changes with a message starting with the word
release
- Push to Github.
# Example:
git commit -m "release v1.0.5"
The commit will trigger a workflow run to build the files and publish a new version on NPM.
TODOs
- Review
getBalance
return type. Should it be a string or an object?
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
9 months ago
9 months ago
9 months ago
10 months ago
12 months ago
12 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago