Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 512 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 512 Bytes

Bitwallet

Bitwallet is DApp built on the Etheruem Rinkeby test network,

to compile the smart contracts run:

npx hardhat compile

to run the test scripts, run:

yarn test

to deploy the contracts on local and rinkeby test networks respectively, run:

// on local network
yarn dep:local

// on rinkeby network
yarn dep:rinkeby

to start the frontend, run the following commands

cd client-side
yarn add

// then,

yarn dev // to start the front-end