Commit Graph

2 Commits

Author SHA1 Message Date
bezze
cc4cd8f13f feat: relayer basic implementation (#53)
There are a lot of TODOs related to code quality, mostly happy path
assumptions, input sanitization, error handling and tests. Feature wise
it's missing the contract interaction (should be straight forward once
it's implemented in the SDK) and the sqlite database for request
tracking.
2025-01-31 19:01:11 +00:00
TITI
7559502b36 feat: SDK base implementation (#31)
Description:
- Implementation for crypto operations
- Proof generation
- Merkle inclusion proofs

---------

Co-authored-by: casiojapi <casiopilled@gmail.com>
Co-authored-by: moebius <0xmoebius@protonmail.com>
2025-01-24 11:28:26 +00:00