js-did
js-did copied to clipboard
Add example of how did-session is used
This is a PR not indented to be merged directly.
Installation
Proceed as usual, in the root folder do:
pnpm install
Running
Then go to packages/example
and run:
pnpm run dev
Then open http://localhost:1234/
For did-session usage see packages/example/src/ethereum.tsx
, lines 28-31