1.0.0 • Published 2 years ago

burrows-contract v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Seeker contracts

Build

npx hardhat compile

Test

npx hardhat test

Build Docker

To build the docker image, run:

DOCKER_BUILDKIT=1 docker build . -f docker/Dockerfile

Example command to run the docker image

docker run -p 8545:8545 -v $(pwd)/chain:/app/ganache-data \
  -d dn3010/seekers-testnet \
  --host 0.0.0.0  \
  --deterministic \
  --mnemonic "enroll regret dial tray life phrase saddle term friend figure meat add puppy explain soup" \
  --db /app/ganache-data