@aragon/apps-survey

v0.0.1

lint

solium --dir ./contracts

test

TRUFFLE_TEST=true npm run ganache-cli:test

compile

truffle compile

console

truffle console

coverage

SOLIDITY_COVERAGE=true npm run ganache-cli:test

test:gas

GAS_REPORTER=true npm test

deploy:rpc

truffle exec scripts/deploy.js --network rpc

publish:rpc

npm run compile && aragon publish --no-confirm=true "$(npm run deploy:rpc | tail -n 1)"

deploy:devnet

truffle exec scripts/deploy.js --network devnet

deploy:rinkeby

truffle exec scripts/deploy.js --network rinkeby

publish:devnet

npm run compile && aragon publish --apm.ipfs.rpc.protocol http --apm.ipfs.rpc.host ipfs.aragon.network --no-confirm=true --keyfile ../../.localkey.json "$(npm run deploy:devnet | tail -n 1)"

publish:rinkeby

npm run compile && aragon publish --no-confirm=true --keyfile ~/.rinkebykey.json "$(npm run deploy:rinkeby | tail -n 1)"

ganache-cli:test

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

publish:rpc:content

aragon publish --no-confirm

publish:rinkeby:content

aragon publish --no-confirm=true --keyfile ~/.rinkebykey.json
npm i @aragon/[email protected]

Metadata

  • GPL-3.0
  • Whatever
  • Aragon Institution MTU
  • released 5/22/2018

Downloads