Skip to content

keepRunning/TruffleContractExamples

Repository files navigation

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