Enhancing the WXM Explorer to allow bounty creation and management.
WXM Explorer V3 is an extension for WXM Explorer with some additional features such as bounty creation, bounty map and bounty claiming.
Frontend -
Smart Contracts -
Bounty Creation - Anyone can connect their wallet in the website and Go to "Bounty View" and click in the region in which they want to create the bounty.
Bounty Contribution - Users can also contribute WXM tokens to the existing bounties.
Claiming Bounty -
node user_request.js "YOUR_BEARER_TOKEN" "YOUR_DEVICE_ID" "YOUR_REGISTERED_WALLET" "YOUR_PRIVATE_KEY" "BOUNTY_ID"
Claim Validation -
The frontend changes have been made keeping the WXM team’s approach in consideration.
This makes it easy to be taken to production just by adding some minor UI fixes
The Chainlink script execution can be added to the API Backend to make the flow more seamless
An extra layer of bearer token encryption while claiming bounty would make this flow un-breachable