-
Notifications
You must be signed in to change notification settings - Fork 43
Rootstock Name Service (RNS) Integration Guide(Hacktivator task) #414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@Ileolami is attempting to deploy a commit to the IOV Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
owans
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Ileolami for your hacktivator contribution. Left some comments and suggestions on the PR. Please tag me once completed and I will re-review.
Thank you.
| description: RNS Overview. | ||
| tags: [rns, integrate, integration guide] | ||
| --- | ||
| import Card from '/src/components/Card' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Ileolami,
Any reason for the import statement for the Card component here? Just calling the Card component block is sufficient, no need for the import statement, let me know if there's any issues with using the Card block without the import statement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got this error "targetLinkUnprefixed?.replace is not a function
TypeError: targetLinkUnprefixed?.replace is not a function" when i removed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got this error "targetLinkUnprefixed?.replace is not a function
TypeError: targetLinkUnprefixed?.replace is not a function" when i removed it
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
Co-authored-by: Owanate Amachree <[email protected]>
|
@owans I have fixed and improved the guide. The only thing left for me to add the smart contract integration which I'm still waiting for respond from the team. |
Rootstock Name Service (RNS) Integration Guide
Added a complete guide that walks developers through integrating Rootstock Name Service (RNS) into a React application. The guide covers an overview of RNS and why it matters, setup, domain resolution, reverse lookups, ownership checks, and availability validation using Web3 and the RNS SDK.
Description
This update introduces a detailed, step-by-step guide explaining how to connect a React frontend to the Rootstock Name Service (RNS). The goal is to help developers easily interact with RNS features such as resolving RSK and Bitcoin addresses, checking domain and subdomain availability, retrieving domain owners, and performing reverse lookups.
This change provides clear examples, code snippets, and explanations that simplify RNS integration for developers building dApps or tools on the Rootstock blockchain.
This addition resolves the lack of documentation on practical RNS integration and ensures developers can set up and test RNS functionality locally with minimal configuration.
Checklist
Refs