@augurproject/tools

v2.1.0-alpha.1
Tools and dev dependencies

build

tsc -b

test

echo "Error: no test specified" && exit 1

docker:build

bash ./docker-builder/build.sh

docker:push

bash ./docker-builder/push.sh

docker:build-and-push

yarn docker:build && yarn docker:push

docker:pull

./docker-builder/pull.sh

docker:geth

docker network create augur 2>&1 >/dev/null; docker run --rm -e GETH_VERBOSITY=4 -e PERIOD_TIME=1 -it -p 8545:8545 -p 8546:8546 --name geth --network augur augurproject/dev-node-geth:v1.9.9

docker:geth:detached

docker network create augur 2>&1 >/dev/null; docker run --detach --rm -e GETH_VERBOSITY=4 -e PERIOD_TIME=1 -it -p 8545:8545 -p 8546:8546 --name geth --network augur augurproject/dev-node-geth:v1.9.9

docker:geth:dev

cd ./ethereum-nodes/geth-poa && docker image build --tag augurproject/dev-node-geth .

docker:geth:pop

docker-builder/run.sh augurproject/dev-pop-geth-v2

docker:geth:pop-normal-time

docker-builder/run.sh augurproject/dev-pop-normtime-geth-v2

docker:geth:attach

docker run --rm --net host -it ethereum/client-go attach rpc:http://127.0.0.1:8545

deploy

ts-node ./src/flash/cli deploy

deploy:merge

scripts/deploy-merge-addresses.py

flash

ts-node ./src/flash/cli

blockstream-console

ts-node ./src/blockstream-console.ts

run:gsn

oz-gsn run-relayer

prepare

tsc -b
npm i @augurproject/[email protected]

Metadata

  • MIT
  • Whatever
  • Augur Team
  • released 7/30/2020

Downloads