Escrow contract based on Zeppelin Contracts
To run tests you need to install the following software:
To deploy smart contracts to local network do the following steps:
- Go to the smart contract folder and run truffle console:
$ cd Bounty0xEscrowContract
$ npm install
$ truffle develop- Inside truffle console, invoke "migrate" command to deploy contracts:
truffle> migrateOpen the terminal and run the following commands:
$ cd Bounty0xEscrowContract
$ npm install
$ truffle test