Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 447 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 447 Bytes

smart-contract

The Ethereum solidity smart contracts for the D-Transport project

Build Status

Install Truffle

npm install -g truffle
npm install -g ethereumjs-testrpc

Run the tests

Make sure the Ethereum testrpc is running

testrpc

Then you can launch the tests via Truffle

truffle test