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.