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 installTo run:
bun startDev:
#format and apply lint with
bun format
# lint warnings with
bun lint