Trustless Capital Protocol implemented an intutive solution for the consumers and businesses to perform seamless global payments through ethereum based smart contracts.
Requirements | Detail |
---|---|
Node version | v10.0.0 or higher |
LimeChain Etherlime | Etherlime |
Solc | 5.7 |
Solium | Solium |
OpenZeppelin | OpenZeppelin |
Install requirements with npm:
npm install
Compile the external contracts:
npm run compile:lib
Compile the contracts:
npm run compile
Launch ganache:
npm run ganache
Run the tests:
npm run test
Released under GPL-3.0