Install
Install docker & docker compose
Các công cụ cần thiếtClone the repository against the testnet branch.
git clone https://github.com/PowerLoom/deploy.git --single-branch powerloom_testnet_5_pairs --branch testnet_5_pairs && cd powerloom_testnet_5_pairsCopy env.example to .env
env.example to .envcp env.example .envEdit the .env file
nano .envEnsure the following required variables are filled:
SOURCE_RPC_URL: The URL for Ethereum RPC (Local node/Infura/Alchemy) service.
SIGNER_ACCOUNT_ADDRESS: The address of the signer account. This is your whitelisted address on testnet - please file a ticket if you need a new burner wallet registered.
SIGNER_ACCOUNT_PRIVATE_KEY: The private key corresponding to the signer account address.
Create SystemD
Start service
Stop service
Check logs
if all the necessary docker containers are up and running. You should see an output against:
Last updated