/dmarket-smartcontract

Primary LanguageJavaScriptMIT LicenseMIT

DMarket token

Cryptocurrency for trading any virtual in-game items on any platform globally.

Requirements

To run tests you need to install the following software:

How to test

Open the terminal and run the following commands:

$ cd dmarket-smartcontract
$ truffle migrate

NOTE: All tests must be run separately as specified.

Deployment

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

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