Add Rootstock DeFi Developer Guide#480
Open
Janhavi312003 wants to merge 2 commits intorsksmart:mainfrom
Open
Conversation
|
@Janhavi312003 is attempting to deploy a commit to the IOV Labs Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title
Docs: Add Rootstock DeFi Developer Guide
Description
Purpose:
This PR adds a comprehensive Rootstock DeFi Developer Guide to help developers build and integrate DeFi applications on Rootstock. The ecosystem currently lacks a structured, beginner‑friendly resource covering the essential topics.
Context:
Rootstock’s DeFi space is expanding rapidly, but developers often have to piece together information from multiple sources. This guide consolidates practical workflows, example code, and best practices into one place.
Changes:
The following new files have been added under
docs/04-resources/06-guides/defi-developer-guide/:_category_.yml– defines the sidebar categoryindex.md– overview, prerequisites, and how to use the guide01-oracle-integration.md– Chainlink price feeds, VRF, and security02-amm-basics.md– building a simple constant‑product AMM03-token-standards.md– ERC‑20, ERC‑721, ERC‑4626, wRBTC, best practices04-security-patterns.md– reentrancy, access control, oracle manipulation, etc.All code examples have been tested on Rootstock testnet.
Screenshots/GIFs
N/A – this is a documentation change with no visual layout modifications.
Testing
Verification:
npm run buildlocally – no errors../01-oracle-integration.md) to ensure they work.Output: (if you want to paste the build log, include it here, otherwise you can keep this line generic)