Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 516 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 516 Bytes

Census example with DVote JS

This script is an example of census creation using the DVote JS library. It includes test public keys file and a test Wallet commented in the source code for testing purposes.

Installation

Use npm to install the script.

npm install

Usage

The public keys can be either loaded from a file or randomly generated.

This behaviour can be changed in the populateCensus function.

Run the script

npm run start