LedgerPay Token Ethereum smart contracts. Copyright © 2017 by ABDK Consulting.
Author: Mikhail Vladimirov mikhail.vladimirov@gmail.com
In order to build LedgerPay Token Smart Contracts you need the following software to be properly installed on your system:
- Oracle JRE 8+
- Apache Ant 1.9.7+
- Solidity 0.4.11+
- Geth 1.6.5+
To build LedgerPay Token Smart Contracts, do the following:
- Checkout sources of LedgerPay Token Smart Contracts
- Go to the root folder of LedgerPay Token Smart Contracts 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.