Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 450 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 450 Bytes

Domcoin

ERC-20 Token Central Bank

Getting started

Install dependencies with

npm install

Run local node with

npx hardhat node

Deploy to local network with

npx hardhat run --network localhost scripts/deploy.js

Run tests with

npx hardhat test

Go to client directory and install client dependencies with

npm install

and start client with

npm start

and access client at http://localhost:3000/