Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 569 Bytes

Decentralized bank

Decentralized bank project is a bank that customers can deposit their ETH and then take profit(new token called DBC) and withdrawal assets in future.

Installation

Make sure to install Truffle framework, Solidity language compiler and Ganache and Npm.

  truffle migrate --reset
  truffle compile
  npm install
  cd vue
  npm install
  npm run serve

Now you can visit the website in localhost:8080

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.