1.0.3 • Published 1 year ago

library-chain-providers v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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 1. Create Github personal access token or request @muf

  1. Add this package into your package.json and update dependencies
"library-chain-providers": "git+https://<github_token>:x-oauth-basic@github.com/CallistoEnterprise/library-chain-providers.git"

Commands

TSDX scaffolds your new library inside /src.

To run TSDX, use:

yarn start

This 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.

1.0.3

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago