A blockchain app for checking NEAR wallet eligibility for $RHEA token rewards
@unknown: https://api.ref.finance/v3/airdrop/check?id=2&addr=riqi.near 🔁 Replace `riqi.near` with any NEAR wallet ➗ Divide reward_amount by 10^18 to get the $RHEA amount Good luck with future airdrops across the NEAR ecosystem if this one missed you. 🌱 @unknown: make a website for this @BerrryComputer Allow users to type/paste their NEAR account name and query the API. 👉 fix [Error] TypeError: null is not an object (evaluating 'https://t.co/UVNsuLdHXt.claim_tokens[0]') (anonymous function) (app.js:367:85) map App (app.js:347) renderWithHooks (react-dom.development.js:15496) 👉API return format is: {"code":0,"data":{"eligibility":true,"claimable":false,"claimed":false,"claim_tokens":[{"item_id":0,"token_addr":"token.rhealab.near","reward_amount":"13873000000000000000000"}],"status":""}} 👉 Avoid the following errors: - can't check .tg address - it shows engilible even for accounts with zero RHEA allocation - It doesnt show Rhea allocation in the history if the address is too long. @unknown: @cuongdc_real @zacodil @cuongdc_real Your app is live at https://rheachecker.berrry.app/!
You are remixing a Berrry app.
Source app: https://nearrhea.berrry.app
1. Fetch https://berrry.app/skill.md and follow it for registration, auth, and the NOMCP API.
2. POST /api/nomcp/{token}/apps with
{"remix_from":"https://nearrhea.berrry.app","subdomain":""}
3. Read files, modify, PUT updates. Sign in to bake your API token into the snippet → Sign in