DEV Community

izmer jaafar
izmer jaafar

Posted on

🟥 Must Have Discord Role ! Drosera Network Hoodi

🟥 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
Enter fullscreen mode Exit fullscreen mode

with your exact Discord username (case-sensitive).

✅ Configure your drosera.toml:

rpc = "https://ethereum-hoodi-rpc.publicnode.com"
contract = "0xYourTrapContractAddress"
Enter fullscreen mode Exit fullscreen mode

2️⃣ Run the Trap & Verify

Run the following:

forge build && drosera dryrun
DROSERA_PRIVATE_KEY=YOUR_KEY drosera apply
Enter fullscreen mode Exit fullscreen mode

✅ 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
Enter fullscreen mode Exit fullscreen mode

If it returns:

true
Enter fullscreen mode Exit fullscreen mode

🎉 Congrats! Your Discord role should appear shortly.


4️⃣ Restart Your Operator (Keep it running!)

cd ~/Drosera-Network
docker compose up -d
Enter fullscreen mode Exit fullscreen mode

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)