alexyalunin / bounty0x-test-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 95.3%Language:Python 4.7%