Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 630 Bytes

File metadata and controls

15 lines (11 loc) · 630 Bytes

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.