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

Add docs for omni-transaction-rs + near example #2289

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Conversation

PiVortex
Copy link
Contributor

@PiVortex PiVortex commented Nov 6, 2024

Part of #2287

@render render bot temporarily deployed to omni-rs - docs-preview PR #2289 November 14, 2024 16:50 Destroyed
@PiVortex
Copy link
Contributor Author

This is an example that shows how to use chain signatures with NEAR to enable "Account extensions"

It's a good example that shows how to use omni-transaction-rs inside of a contract. It showcases adding a secp256k1 key to an account, building actions and transactions inside a contract, making a cross-contract call to the MPC, receiving a signature from the MPC, reconstructing the signature and created a signed transaction, sending the signed transaction, and verifying that the transaction was actually successful (not updating state until its received).

@PiVortex PiVortex marked this pull request as ready for review December 23, 2024 15:29
@PiVortex PiVortex requested a review from bucanero as a code owner December 23, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: NEW❗
Development

Successfully merging this pull request may close these issues.

3 participants