-
Notifications
You must be signed in to change notification settings - Fork 414
(guide) how to deploy a global contract #2663
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: master
Are you sure you want to change the base?
Conversation
commit 6eb51fd Author: Damian Parrino <[email protected]> Date: Mon Jul 28 20:11:33 2025 -0300 Update near-api.md commit 81e3927 Merge: 52d31ec 25d7ce3 Author: Damián Parrino <[email protected]> Date: Mon Jul 28 18:03:38 2025 -0300 Merge branch 'master' into 2565-doc-section-on-global-contracts commit 52d31ec Merge: 36982d0 eacc10f Author: Damián Parrino <[email protected]> Date: Tue Jul 22 13:12:37 2025 -0300 Merge branch 'master' into 2565-doc-section-on-global-contracts commit 36982d0 Merge: 49ebb32 d222f59 Author: Damián Parrino <[email protected]> Date: Fri Jul 18 17:29:17 2025 -0300 Merge branch 'master' into 2565-doc-section-on-global-contracts commit 49ebb32 Author: Damian Parrino <[email protected]> Date: Thu Jul 17 20:02:20 2025 -0300 Update global-contracts.md commit 6299444 Author: Damian Parrino <[email protected]> Date: Thu Jul 17 19:57:34 2025 -0300 Update near-api.md commit b4a1834 Merge: b6cad50 688e230 Author: Damián Parrino <[email protected]> Date: Wed Jul 16 15:53:00 2025 -0300 Merge branch 'master' into 2565-doc-section-on-global-contracts commit b6cad50 Author: Damian Parrino <[email protected]> Date: Wed Jul 16 15:51:29 2025 -0300 update commit 0c9a344 Author: Damian Parrino <[email protected]> Date: Tue Jul 15 11:26:32 2025 -0300 update commit b93e776 Author: Damian Parrino <[email protected]> Date: Tue Jul 15 09:54:01 2025 -0300 Update yarn.lock
…ow-to-deploy-a-global-contract
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 adds a comprehensive tutorial on how to deploy and use global contracts in NEAR. The tutorial provides practical examples and step-by-step instructions for deploying global contracts both by Account ID and by Hash.
Key changes:
- Added a new tutorial document explaining global contracts with practical examples (DAO Factory and NFT Collection Factory)
- Updated the sidebar to include the new tutorial in the navigation
- Refactored the existing global contracts documentation to reference the new tutorial instead of duplicating deployment instructions
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
File | Description |
---|---|
website/sidebars.js | Added navigation entry for the new global contracts tutorial |
docs/tutorials/examples/global-contracts.md | Created comprehensive tutorial with examples and deployment instructions for global contracts |
docs/smart-contracts/global-contracts.md | Refactored to remove duplicated content and reference the new tutorial |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
No description provided.