LIT-Protocol / developer-guides-code

A repository of code examples and reference implementations used for Lit Developer Guides
9 stars 6 forks source link

Init SIWS example that uses `LitAction.checkConditions` for simple SIWS auth #63

Closed spacesailor24 closed 3 weeks ago

spacesailor24 commented 1 month ago

This code example has a similar implementation (#64) that implements SIWS auth for generating session sigs and decrypting a string. This code example simplifies the implementation to just authenticating a SIWS message to allow for an easy how to guide to be written

awisniew207 commented 1 month ago

Needs: README Datil-Test capability?

Let me know if you'd want me to implement these

spacesailor24 commented 3 weeks ago

@awisniew207 Added a README and update the example to use Datil-test (handles minting Capacity Credit if not provided)