0.0.14 • Published 3 years ago

weezi-voting-parser v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Weezi Voting Parser

Build Status

Module for parsing votes in Aragon.

Features

  • Can decrypt the byte code of the script being called
  • Replaces known addresses with the names of contracts in the dao
  • ✨Magic ✨

Installation

npm i weezi-voting-parser

Example

import WeeziVotingParser from 'weezi-voting-parser'
const weeziVotingParser = new WeeziVotingParser({ web3, votingAddress = '0x01..', installedApps = [{name:'kernel', app:'0x01..'}] })

weeziVotingParser.parse({ voteId: 2 }).then((res, err) => {
    if (err) return console.log(err)
    console.log(res)
}).catch(function (err) {
    console.log(err);
});

License

MIT

Free Software, Hell Yeah!

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago