@pooltogether/pooltogether-rng-contracts

v1.3.1
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

DEBUG=* buidler node

deploy

buidler deploy --write true --network

clean

rm -rf build cache

clean-test

rm -rf deployments/buidlerevm_31337 test-results.xml

prepack

rm -rf build cache && buidler compile

etherscan-verify

buidler etherscan-verify --solc-input --api-key $ETHERSCAN_API_KEY --network

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 9/6/2021

Downloads