2.0.0 • Published 6 years ago

statutory-voting v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Statutory Voting

Build Status

About

This is a generic smart contract structure for incorporating a democratic proposal system into ERC20 contracts. The proposal system is based on statutory voting, in which the number of voting rights is proportional to the balance of the individual or entity voting on a proposal. More information can be found here.

Dependencies

NodeJS (installation instruction)

Build and Test

Once NodeJS has been install, run an installation of the project with its proper dependencies. Finally, run the tests on the projects. This will create a personal blockchain using Ganache. Alternatively, the Ganache application can be downloaded here.

npm install
npm run test

If you are using Windows and encounter an error attempting to locate the test script run the following instead:

npm run test-windows
2.0.0

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago