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