/balance-reconcile

Reconcile balances of substrate based chains using @paritytech/substrate-api-sidecar

Primary LanguageTypeScript

Install and Usage

Install dependencies.

yarn

Use an example by running main.

Remember @parity/substrate-api-sidecar must be up and running on the url you specify for it.

yarn start

If you are contributing, make sure to lint.

yarn lint

Consult examples directory for usage inspiration.