hedsvote-ram
v0.0.21
Published
hedsVote SDK is a lightweight voting system that uses hedsVote API
Downloads
2
Readme
hedsVOTE.js
hedsVote SDK is a lightweight voting system that uses hedsVote API
Install
npm i hedsvote.js
Client
const client = createClient();
Client is used to interact with the API
Voting
Pass in config
const quadraticVoteObject = QuadraticVoting(quadraticVoteConfig);
const scores = quadraticVoteObject.getScores();