1.5.3 • Published 8 months ago

@kynesyslabs/demosdk v1.5.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@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:

  1. Incrememt the package.json version field
  2. Commit your changes with a message starting with the word release
  3. 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?
1.5.3

8 months ago

1.5.2

8 months ago

1.5.1

8 months ago

1.5.0

8 months ago

1.4.9

8 months ago

1.4.6

8 months ago

1.4.5

8 months ago

1.4.4

8 months ago

1.4.3

8 months ago

1.4.2

8 months ago

1.4.8

8 months ago

1.4.7

8 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.2.0

10 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.2

12 months ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.32

12 months ago

1.0.30

1 year ago

1.0.22

1 year ago

1.0.19

1 year ago

1.0.21

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago