rsksmart / rsk-gitcoin-hackathon-2021

RSK Gitcoin Hackathon 2021
GNU General Public License v3.0
0 stars 1 forks source link

RNS integration in Unstoppable Domains resolver #4

Open bguiz opened 3 years ago

bguiz commented 3 years ago

RNS integration in Unstoppable Domains resolver

Prize Bounty

0.00960 RBTC

(approximately 600 USD at time of posting)

Challenge Description

Unstoppable Domains resolver is a tool that is used to resolve domains in different blockchains. An integration with this tool would imply a PR. Some required changes are already identified:

The submission is expected to:

Note that if you assess that modifications to the RNS Manager or other RNS repositories are needed, please get in touch with us to discuss beforehand.

Judging Criteria

Winner Announcement Date

More information

gitcoinbot commented 3 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


This issue now has a funding of 0.0096 RBTC (596.12 USD @ $62096.0/RBTC) attached to it.

gitcoinbot commented 3 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Work for 0.0096 RBTC (545.10 USD @ $57145.0/RBTC) has been submitted by:


ilanolkies commented 3 years ago

Hi @vinhbhn thanks for the submission!!

I have some feedback for your PR:

  1. If the branch has conflicts, it is most probable it does not get fixed by the owners of the repo. To get it merged you will need to rebase master.
  2. I would avoid copy-pasting ENS implementation, since the resolution protocol is practically the same. Try modifying the existing ENS code to
    1. Make it accept a different RPC URL and Registry address
    2. Returns the correct RSK checksum
    3. Uses .rsk as the only available top level domain