@pooltogether/pooltogether-rng-contracts

v3.0.0-alpha.4
PoolTogether RNG Service Smart Contracts

reinstall

rm -rf node_modules/ && rm -f yarn.lock && yarn clean && yarn

verify

yarn hint && yarn test

hint

solhint "contracts/**/*.sol"

test

yarn clean-test && buidler test

compile

buidler --show-stack-traces --max-memory 8192 compile

coverage

rm -rf build cache test-results.xml && buidler compile && buidler coverage --network coverage --temp build; rm -rf cache

gas

REPORT_GAS=true buidler test --network local

start

buidler node --port $LOCAL_BUIDLEREVM_PORT

deploy-local

buidler deploy --network local

deploy-kovan

buidler deploy --network kovan --export ./deployments-kovan.json

deploy-ropsten

buidler deploy --network ropsten --export ./deployments-ropsten.json

clean

rm -rf build cache

clean-test

rm -rf deployments/buidlerevm_31337 test-results.xml

prepack

rm -rf build cache && buidler compile

postpublish

PACKAGE_VERSION=$(./scripts/package-version.sh) && git tag -ae v$PACKAGE_VERSION && git push --tags
npm i @pooltogether/[email protected]

Metadata

  • GPL-3.0
  • Whatever
  • PoolTogether, Inc.
  • released 7/17/2020

Downloads