vitiko / solidity-test-example

Example of testing Congress contract (DAO)

Home Page:https://habrahabr.ru/post/321362/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of testing Congress contract (DAO)

https://habrahabr.ru/post/321362/


Languages

Language:JavaScript 100.0%