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