🟥 How to Claim Your Cadet Role
Hoodi Edition | Step-by-Step
Already set up your Trap? Here’s how to claim your role and get verified on-chain.
1️⃣ Edit & Deploy the Discord Trap
✅ In your Trap.sol
contract, replace:
YOURDISCORD
with your exact Discord username (case-sensitive).
✅ Configure your drosera.toml
:
rpc = "https://ethereum-hoodi-rpc.publicnode.com"
contract = "0xYourTrapContractAddress"
2️⃣ Run the Trap & Verify
Run the following:
forge build && drosera dryrun
DROSERA_PRIVATE_KEY=YOUR_KEY drosera apply
✅ Make sure your wallet has Hoodi ETH for gas!
3️⃣ Check if You’re Verified
Use cast call
to verify your responder status:
cast call 0x25E2CeF... "isResponder(address)(bool)" YOUR_ADDRESS --rpc-url https://ethereum-hoodi-rpc.publicnode.com
If it returns:
true
🎉 Congrats! Your Discord role should appear shortly.
4️⃣ Restart Your Operator (Keep it running!)
cd ~/Drosera-Network
docker compose up -d
This ensures your node is live and syncing with the Drosera Network.
🚀 Get Your Cadet Role Now!
👉 Follow the full guide here:
Drosera Cadet Role Tutorial
Join the Drosera Discord and show off your new 🟥 Cadet Role to the community!
💡 Tip: Want the Sergeant role? Try building your own unique Trap for the Drosera network!
Top comments (0)