Skip to content

trustlessCapital/tcap

Repository files navigation

Gitter

Trustless capital smart contracts

Trustless Capital Protocol implemented an intutive solution for the consumers and businesses to perform seamless global payments through ethereum based smart contracts.

Quick Start the Development Locally

Minimum requirements

Requirements Detail
Node version v10.0.0 or higher
LimeChain Etherlime Etherlime
Solc 5.7
Solium Solium
OpenZeppelin OpenZeppelin

Install

Install requirements with npm:

npm install

Compile

Compile the external contracts:

npm run compile:lib

Compile the contracts:

npm run compile

Test

Launch ganache:

npm run ganache

Run the tests:

npm run test

License

Released under GPL-3.0