Examples of getLitActionSessionSigs, getPkpSessionSigs, and getSessionSigs formatted using the developer guides node.js template. Also implements storing the session/wallet keys in a local database/
A simple test case that runs the functions and checks whether valid session sigs were returned.
What I plan to add:
A README.md file for each example, explaining the structure of the code and how to run it
Initial PR, will be updated as I go.
Currently has:
getLitActionSessionSigs
,getPkpSessionSigs
, andgetSessionSigs
formatted using the developer guides node.js template. Also implements storing the session/wallet keys in a local database/What I plan to add: