-
Notifications
You must be signed in to change notification settings - Fork 153
update info - Smart contract interactions #1159
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
Conversation
cd20fc6
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.
Pull Request Overview
This PR updates the documentation for smart contract interactions using mxpy, making it more current and accurate. The changes reflect modern mxpy syntax and improve documentation clarity with better formatting and examples.
Key changes:
- Updated
mxpycommand syntax to use current flags (e.g.,--metadata-payableinstead of--payable,--token-transfersinstead of manual ESDT transfer functions) - Improved documentation structure with clearer examples and better formatting
- Removed outdated parameters like
--gas-limitand--chainthat are no longer required
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sidebars.js | Added navigation entry for the smart contract interactions documentation |
| docs/sdk-and-tools/mxpy/smart-contract-interactions.md | Comprehensive update of smart contract interaction examples with modern mxpy syntax, improved formatting, and clearer explanations |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
popenta
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.
2 small comments, but other than that looks great. Good Job! 🚀 🔥
91fbb12
Description of the pull request (what is new / what has changed)
Did you test the changes locally ?
Which category (categories) does this pull request belong to?