logos-innovation-lab / Kurate

https://kurate.vercel.app/
1 stars 5 forks source link

feat: add the relayer #298

Closed filoozom closed 1 year ago

filoozom commented 1 year ago

The relayer will act a centralized component for now to very RLN proofs from GO tokens and post a message on chain if verification works. This has to be done right now because the tech to do it in a smart contract doesn't exist yet, but there's a clear path towards decentralization at least.

Todo:

To be addressed in following PRs:

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kurate ❌ Failed (Inspect) Apr 4, 2023 11:45am
filoozom commented 1 year ago

It should now theoretically be possible to use this API to post message to the contract, assuming the .env file is configured correctly.

It's not entirely done though. I updated the todo in the initial message.

filoozom commented 1 year ago

Indirectly merged in #357, missing todos will be addressed separately.