Skip to content

zarnautovic/Bank-With-Custom-Token-Dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bank-With-Custom-Token-Dapp

Bank dapp with custom token with bank and token contracts

❯ Installation

Smart contracts

cd smart-contracts

❯ npm install smart contracts

npm install

❯ contracts compile and test

npx hardhat compile
npx hardhat test

❯ deploy contracts

copy env and set your rinkeby private key and url

cp .env.example .env
npx hardhat run scripts/deploy.js --network rinkeby

DAPP

cd dapp

❯ npm install dapp

npm install

❯ env

copy env and set your deployed contracts addresses

cp .env.example .env

❯ start

npm run start

Dapp Bank usage

when app boots transfer some amount of ZCN token to bank address so bank have token on its disposal for borrowing

About

Bank dapp with custom token with bank and token constracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published