@pooltogether/pooltogether-contracts

v3.0.0-alpha.6
PoolManager Prize Linked Savings Account Pool Smart Contracts

test

buidler test

compile

buidler compile

start

buidler node --port $LOCAL_BUIDLEREVM_PORT

coverage

rm -rf build cache && buidler compile && buidler coverage --network coverage --temp build

gas

REPORT_GAS=true buidler test --network local

migrate

./scripts/migrate.js

migrate-local

./scripts/migrate.js start -n local -a $LOCAL_ADMIN_ADDRESS

migrate-kovan

./scripts/migrate.js start -n kovan

console-kovan

oz-console -n kovan

session-kovan

oz session --network kovan --from $ADMIN_ADDRESS --expires 3600 --timeout 600 --blockTimeout 50

session-local

oz session --network local --from $LOCAL_ADMIN_ADDRESS --expires 3600 --timeout 600 --blockTimeout 50

console-local

oz-console -n local -a $LOCAL_ADMIN_ADDRESS_2

deploy-ctoken-local

./scripts/deployCTokenMock.js -n local -a $LOCAL_ADMIN_ADDRESS

clean

rm -rf build cache abis

verify-kovan

oz verify -n kovan --remote etherscan --api-key $ETHERSCAN_API_KEY

clean-local

rm -f .oz-migrate/dev-31337; rm -f .openzeppelin/dev-31337.json

prepack

rm -rf build cache && oz compile && truffle-extract -o abis

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
  • Unknown
  • released 5/22/2020

Downloads