@aion-dk/js-client
v4.4.10
Published
Assembly Voting JS client
Downloads
152
Keywords
Readme
Assembly Voting JS Client
Javascript API for building voter-facing election applications.
Installing
Install directly from Github into your Javascript project.
npm install @aion-dk/js-clientDocumentation
https://aion-dk.github.io/js-client/
Optional docker setup
$ bin/docker-build
$ bin/docker-shTesting
To run tests:
yarn run testTo run the Benaloh flow and walkthrough test:
Delete the .skip instruction on line 9, in the test/benaloh_flow.test.ts, and on lines 11 and 90, in test/walkthrough.test.ts, and make sure you have Devbox’s services running and seeded.
yarn run testTo run the tests in watch mode:
yarn run tddTo generate HTML documentation for external usage:
yarn run docsPublishing
Publishing it done automatically by the pipeline. Check the pipeline to see if the publish was successful.
Remember to update the package.json version.
