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.
Use npm to install the script.
npm install
The public keys can be either loaded from a file or randomly generated.
This behaviour can be changed in the populateCensus
function.
npm run start