mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-02 14:03:11 +00:00
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
641 B
641 B
Dogfooding
📝 Prerequisites
- Docker and Git
-
Copy
.env.example.publisherto.envand fill in all parameters.cp dogfooding/.env.example.publisher .env -
Obtain test tokens. The total tokens minted is determined by the amount of ETH sent with the transaction.
cast send $TOKEN_CONTRACT_ADDRESS "mintWithETH(address)" $ETH_TESTNET_ACCOUNT --value $ETH_AMOUNT --rpc-url $RLN_RELAY_ETH_CLIENT_ADDRESS --private-key $ETH_TESTNET_KEY -
Run the RLN registration script:
./register_rln.sh -
Start the node:
docker compose up -d