Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 307 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 307 Bytes

Contracts

Ethereum smart contracts for the Polyledger protocol


Truffle is used for development, testing, and deployment.

Setup


Dependencies

Install dependencies:

npm install
Testing

Start testrpc:

npm run testrpc

Run truffle tests:

npm run test