Skip to content

Commit e717a5c

Browse files
authored
Update README.md
1 parent ebbac0b commit e717a5c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# solidity-test-example
1+
# Solidity test example
22

33
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`
10+
11+
After run `truffle test`

0 commit comments

Comments
 (0)