Skip to content

wbobeirne/eth-balance-checker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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