Skip to content
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

Implement call-runtime example #1

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Implement call-runtime example #1

merged 2 commits into from
Mar 21, 2024

Conversation

UladAleph
Copy link
Collaborator

Call-runtime is currently an unstable feature of pallet-contracts and ink! but should become stable quite soon. It will allow the contracts to make calls to other pallets as if they were user transactions. This example will demonstrate how this feature can be used in practice.

This requires configuring a substrate node to be able to use the unstable feature, i.e., run the contract on.

README.md Outdated
@@ -0,0 +1,88 @@
# Call-runtime example

Call-runtime is currently an unstable feature of pallet-contracts and ink!. This documentation serves as an example for educational purposes only. Functionality and implementation details might change before the feature becomes stable.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is now stable in ink! v5: use-ink/ink#1749

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the statement

@UladAleph UladAleph merged commit 7ff6b8c into main Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants