Protos Token Ethereum smart contract.
Author: Mikhail Vladimirov [email protected]
In order to build Protos 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 Protos Token Smart Contract, do the following:
- Checkout sources of Protos Token Smart Contract
- Go to the root folder of Protos Token Smart Contract sources, i.e. to the
folder containing this
README.md
file - Copy
build.properties.sample
file intobuild.properties
and edit it as necessary - Run the following command:
ant build
- After successful build,
target
directory will contain compiled contract as well as ABI definition files
After successful build you may want to run tests via ant test
command.