Install

Install docker & docker compose

Các công cụ cần thiết

Clone 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_pairs

Copy env.example to .env

cp env.example .env

Edit the .env file

nano .env

Ensure 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