statutory-voting

2.0.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (13)

Package Sidebar

Install

npm i statutory-voting

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

45 kB

Total Files

31

Last publish

Collaborators

  • brandonchaffee