Cryptocurrency for trading any virtual in-game items on any platform globally.
To run tests you need to install the following software:
Open the terminal and run the following commands:
$ cd dmarket-smartcontract
$ truffle migrate
NOTE: All tests must be run separately as specified.
To deploy smart contracts to live network do the following steps:
- Go to the smart contract folder and run truffle console:
$ cd dmarket-smartcontract
$ truffle console
- Inside truffle console, invoke "migrate" command to deploy contracts:
truffle> migrate