Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 487 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 487 Bytes

Solidity test example

Example of testing Congress contract (DAO) from Ethereum.org with Truffle framework

Contracts source taken from article at Ethereum.Org and placed here contracts/

Tests is here test/. Tests written in JavaScript using async/await features.

Before run test you need to install dependencies by command npm install

After run truffle test