/bounty0x-test-task

Primary LanguageJavaScriptMIT LicenseMIT

bounty0x-test-task

Requirements

To run tests you need to install the following software:

Deployment

To deploy smart contracts to local network do the following steps:

  1. Go to the smart contract folder and run truffle console:
$ cd bounty0x-test-task
$ truffle develop
  1. Inside truffle console, invoke "migrate" command to deploy contracts:
truffle> migrate

How to test

Open the terminal and run the following commands:

$ cd bounty0x-test-task
$ truffle test