burrows-contract
v1.0.0
Published
Burrows
Downloads
3
Readme
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