@aragon/apps-vault

v4.0.0

lint

solium --dir ./contracts

test

TRUFFLE_TEST=true npm run ganache-cli:test

compile

truffle compile

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)"

truffle:dev

truffle dev

deploy:devnet

truffle exec scripts/deploy.js --network devnet

deploy:rinkeby

truffle exec scripts/deploy.js --network rinkeby

prepublishOnly

truffle compile --all

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

Downloads