keepRunning / TruffleContractExamples

Contracts in truffle

Repository from Github https://github.comkeepRunning/TruffleContractExamplesRepository from Github https://github.comkeepRunning/TruffleContractExamples

Build Status Coverage Status

TruffleContractExamples

Contracts in truffle

A set of practice ethereum contracts which can be tested using truffle suite. Ganache has to be run to be able to test these.

To run unit tests: npm run test:local or truffle test --network ganache

For unit test with coverage with ganache-cli: npm run test

About

Contracts in truffle


Languages

Language:JavaScript 81.2%Language:Shell 18.8%