Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 393 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 393 Bytes

eth-balance-checker-demo

Demo for the eth-balance-checker module.

Development

Install packages:

npm install
# OR #
yarn

Watch for file changes and compile in dev mode, output to dist/:

npm run dev
# OR #
yarn dev

Compile for production, output to docs/:

npm run build
# OR #
yarn build