-
Notifications
You must be signed in to change notification settings - Fork 145
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
Verifier Registry smart contract #41
Comments
Im ready to implement |
@xssnick how are we doing on this? |
It is done already, waiting for reward :) |
Have you opened a PR ? |
xssnick
added a commit
to xssnick/ton-footsteps
that referenced
this issue
Oct 19, 2022
Thank you, investigating |
@Hiyorimi, it seems to me that this issue can be closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Write a smart contract ("Verifier Registry") for forwarding signed messages to other contracts
Context
We run computations on off-chain nodes that produce data which needs to be stored on chain in various contracts.
In order for these contracts to accept the data, they require it to be signed by the off-chain nodes, each of which has a public/private keypair.
The verifier registry holds the list of keypairs and verifies signatures of arbitrary data passed on to the contracts downstream.
Flow
Detailed spec can be found in this gist
Goals
Develop a smart contract ("Verifier Registry") for forwarding signed messages to other contracts
Deliverables
Definition of Done
The contract can be integrated to the Ton Source project (a smart contract that accepts messages only from the verifier registry)
Reward
This grant is funded by Orbs as part of its ecosystem grant program.
Total: $2600
The text was updated successfully, but these errors were encountered: