Skip to content

stephenson080/bitwallet

Repository files navigation

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