Skip to content

dmarket/dmarket-smartcontract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published