Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdk-consulting/ledgerpaytokens
LedgerPay tokens Ethereum smart contracts
https://github.com/abdk-consulting/ledgerpaytokens
Last synced: 10 days ago
JSON representation
LedgerPay tokens Ethereum smart contracts
- Host: GitHub
- URL: https://github.com/abdk-consulting/ledgerpaytokens
- Owner: abdk-consulting
- Created: 2017-11-10T12:38:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T12:41:56.000Z (about 7 years ago)
- Last Synced: 2024-11-15T15:22:32.877Z (2 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LedgerPay Token Smart Contracts #
LedgerPay Token Ethereum smart contracts. Copyright © 2017 by ABDK Consulting.
**Author:** Mikhail Vladimirov
## How to Build ##
In order to build LedgerPay Token Smart Contracts you need the following software to
be properly installed on your system:1. Oracle JRE 8+
2. Apache Ant 1.9.7+
3. Solidity 0.4.11+
4. Geth 1.6.5+To build LedgerPay Token Smart Contracts, do the following:
1. Checkout sources of LedgerPay Token Smart Contracts
2. Go to the root folder of LedgerPay Token Smart Contracts sources, i.e. to the
folder containing this `README.md` file
3. Copy `build.properties.sample` file into `build.properties` and
edit it as necessary
4. Run the following command: `ant build`
5. After successful build, `target` directory will contain compiled contract
as well as ABI definition files## How to Run Tests ##
After successful build you may want to run tests via `ant test` command.