You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example of testing [Congress contract (DAO)](https://www.ethereum.org/dao) from [Ethereum.org](https://www.ethereum.org/) with [Truffle framework](http://truffleframework.com/)
4
+
5
+
Contracts source taken from article at Ethereum.Org and placed here [contracts/](/contracts)
6
+
7
+
Tests is here [test/](/test). Tests written in JavaScript using async/await features.
8
+
9
+
Before run test you need to install dependencies by command `npm install`
0 commit comments