Skip to content

gmofficial/gamemachine-token

Repository files navigation

Game Machine Exchange Token

Game Machine Exchange Token — token, for exchange it to cryptocurrency GMC. GMC (Game Machine Coin) first cryptocurrency, which associate gamers with advertisers.

Tokens and Crowdsale contracts

You can find contract of token if file contracts/GameMachineExchangeToken.sol. Contract for crowdsale in file contracts/Crowdsale.sol.

Requirements

To run tests you need to install the following software:

How to test

Open the terminal and run the following commands:

$ cd gmex-token
$ 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 gmex-token
$ truffle console
  1. Inside truffle console, invoke "migrate" command to deploy contracts:
truffle> migrate