-
Notifications
You must be signed in to change notification settings - Fork 0
feat: dev tool docs #120
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
feat: dev tool docs #120
Conversation
Reviewer's Guide by SourceryThis pull request introduces documentation for developer tools, specifically Code Studio, and implements several improvements to the existing documentation. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
…here * main: chore(deps): update node.js to v22.13.0 (#119)
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.
Hey @snigdha920 - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟢 Review instructions: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| Blockchain applications produce data that lives on the blockchain, but we need to | ||
| be able to access that data in order to use it. Creating a [middleware](../../using-platform/middleware/) | ||
| allows us SettleMint currently offers two middleware services: The Graph and Smart | ||
| Contract Portal Middleware.{' '} | ||
| Contract Portal Middleware.{" "} |
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.
issue (typo): This sentence appears to be grammatically incorrect or incomplete
Consider revising the sentence structure to clearly explain what SettleMint allows users to do with middleware services.
| Blockchain applications produce data that lives on the blockchain, but we need to | |
| be able to access that data in order to use it. Creating a [middleware](../../using-platform/middleware/) | |
| allows us SettleMint currently offers two middleware services: The Graph and Smart | |
| Contract Portal Middleware.{' '} | |
| Contract Portal Middleware.{" "} | |
| Blockchain applications produce data that lives on the blockchain, but we need to | |
| be able to access that data in order to use it. [Middleware](../../using-platform/middleware/) | |
| allows us to efficiently interact with and query blockchain data. SettleMint currently offers | |
| two middleware services: The Graph and Smart Contract Portal Middleware.{" "} |
Changelog:
Dev tools docs:
Summary by Sourcery
Introduce Code Studio, a web-based IDE for building dApps. It includes pre-configured extensions, GitHub integration, and a SettleMint SDK CLI for easy platform interaction. Update Smart Contract Sets to be launched within Code Studio, offering a choice of pre-built templates.
New Features:
Documentation:
Summary by Sourcery
New Features: