Bank dapp with custom token with bank and token contracts
cd smart-contracts
npm install
npx hardhat compile
npx hardhat test
copy env and set your rinkeby private key and url
cp .env.example .env
npx hardhat run scripts/deploy.js --network rinkeby
cd dapp
npm install
copy env and set your deployed contracts addresses
cp .env.example .env
npm run start
when app boots transfer some amount of ZCN token to bank address so bank have token on its disposal for borrowing