@callisto-enterprise/chain-constants
v1.1.0
Published
This package includes chain provider constants
Readme
Callisto chain providers library
This package includes chain provider constants
The package is created with TSDX tool
How to use
This package is used as private git library, to import follow next steps
Create Github personal access token or request @muf
Add this package into your
package.jsonand update dependencies
"library-chain-providers": "git+https://<github_token>:[email protected]/CallistoEnterprise/library-chain-providers.git"Commands
TSDX scaffolds your new library inside /src.
To run TSDX, use:
yarn startThis builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.
To do a one-off build, use npm run build or yarn build.
To run tests, use npm test or yarn test.
Rollup
TSDX uses Rollup as a bundler and generates multiple rollup configs for various module formats and build settings. See Optimizations for details.
