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