- Download this repo in a folder of your choice:
git clone https://github.com/ickb/v1-egress.git
- Enter into the repo folder:
cd v1-egress
- Install dependencies:
pnpm install
- Build project:
pnpm build
- Define a
env/testnet/.env
file, for example:
CHAIN=testnet
EGRESS_PRIVATE_KEY=0x-YOUR-SECP256K1-BLAKE160-PRIVATE-KEY
EGRESS_SLEEP_INTERVAL=60
Optionally the property RPC_URL
can also be specified:
RPC_URL=http://127.0.0.1:8114/
- Start the egress utility:
export CHAIN=testnet;
pnpm run start;
The license for this repository is the MIT License, see the LICENSE
.