Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 365 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 365 Bytes

supply

Produces JSON files for balances of restricted accounts and a summary of the network supply.

To install dependencies:

# use bun instead of npm or yarn, it's great
npm install -g bun
# install the dependencies
bun install

To run:

bun start

Dev:

#format and apply lint with
bun format

# lint warnings with
bun lint