Skip to content

domininik/domcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/