@aragonone/apps-voting-aggregator

v1.0.1
Aragon voting aggregator app

apm:prepublish

npm run compile

apm:publish

node scripts/publish

compile

truffle compile

build

lint

solium --dir ./contracts

test

TRUFFLE_TEST=true npm run ganache-cli:test

coverage

SOLIDITY_COVERAGE=true npx truffle run coverage

start

npm run start:ipfs

start:app

cd app && npm start && cd ..

start:ipfs

./scripts/run.sh ipfs

start:http

./scripts/run.sh http

ganache-cli:test

./node_modules/@aragon/contract-test-helpers/ganache-cli.sh

abi:extract

truffle-extract --output abi/ --keys abi

prepublishOnly

truffle compile --all && npm run abi:extract -- --no-compile
npm i @aragonone/apps-voting-aggregator

Metadata

Downloads