Add RNS multichain support#2196
Conversation
ae2e9ca to
c587ee9
Compare
|
Hi @chaitanyapotti, please take a look at this pull request adding the RNS feature not only to the RSK integration but to other chains users that now can use RNS as name resolution service. More info about RNS here. |
|
hey @chaitanyapotti, any chance you can take a look at this PR? |
c587ee9 to
dc86dbb
Compare
af963a4 to
71fd5ed
Compare
71fd5ed to
cce05ec
Compare
|
@chaitanyapotti Hello, I hope you are well and having a good day. I updated this pull request so that it has no library dependencies. Please review the PR and let me know if I need to change anything One more thing, I want to add RNS minting service record/link (with referral reward) into the discover page, where all the dapps are listed. I noticed the list is fetched from server which I think is private. My question is how can we add a record to that list of dapps. Should I give the record in JSON to you and you will add it? |
To add support for RNS (RSK Naming service) Multichain support. On the trasnfer page, user will be able to select RNS Multichain domain and depending on the network the domain will be resolved to associated chain address.
RNS Multichain supports multiple chains for instance RSK, ETH, BTC etc
The locale strings associated with this pull request are in this Pull request for Web3auth-locales Web3Auth/web3auth-locales#11, which needs to be merged along with this Pull request.
Dependency