Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 471 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 471 Bytes

eth-bank

Solidity testing project ETHBank. Please use this project at your own risk.

Installation

  1. Use git clone or download project manually to your computer.
  2. Go to main folder and open terminal. Use npm install.

Testing

  1. For testing locally, open terminal in main folder and type truffle develop. After that migrate and compile contracts using command migrate --reset in the same terminal.
  2. Open second terminal and type truffle test.