/SmartContract

Source code of the Ethereum blockchain smart contract that rules the issuance and management of GX-Coins.

Primary LanguageJavaScriptMIT LicenseMIT

SmartContract

Source code of the GX-Coins contracts and libraries which are deployed to the Ethereum blockchain.

Prerequisites

[node, npm] (https://nodejs.org/en/download/ "node, npm")

Instructions

npm install
mocha ./tests/ --timeout 0 --recursive

For more information about Ethereum contracts and libraries, see the Contracts section of the Ethereum Homestead documentation.