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

Proof of Existence verification flow #632

Closed
Tracked by #629
ba1ciu opened this issue Apr 24, 2023 · 0 comments · Fixed by #646
Closed
Tracked by #629

Proof of Existence verification flow #632

ba1ciu opened this issue Apr 24, 2023 · 0 comments · Fixed by #646

Comments

@ba1ciu
Copy link
Collaborator

ba1ciu commented Apr 24, 2023

Based on designs: https://xd.adobe.com/view/0b92ead2-97b8-4597-96ab-fc3f2326fa60-5ec1/screen/52f77f5d-54cd-47fe-956e-21efb46f8775/

Example of using EmpowerJS to verify proof:

const { createRPCQueryClient } = empowerchain.ClientFactory;
const client = await createRPCQueryClient({ rpcEndpoint: RPC_URL });
const proof = await client.empowerchain.proofofexistence.proof({ hash: "hash" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants