Nuggets Token Smart Contract.
In order to build Nuggets Token Smart Contract you need the following software to be properly installed on your system:
- Oracle JRE 8+
- Apache Ant 1.9.7+
- Solidity 0.4.16+
- Geth 1.6.5+
To build Nuggets Token Smart Contract, do the following:
- Checkout sources of Nuggets Token Smart Contract
- Go to the root folder of Nuggets Token Contract sources, i.e. to the
folder containing this README.mdfile
- Copy build.properties.samplefile intobuild.propertiesand edit it as necessary
- Run the following command: ant build
- After successful build, targetdirectory will contain compiled contract as well as ABI definition files
After successful build you may want to run tests via ant test command.