TypeScript Quickstart
A Quickstart example using the TypeScript SIWE Library
Quickstart
⚡ Goals
Run a Sign-In with Etheruem example locally
Sign-In with Ethereum using a preferred wallet
Running the Quickstart
First clone the
siwe
repository from GitHub by running the following command:
git clone https://github.com/spruceid/siwe-notepad
Next, enter the directory and run the example by using the following commands:
cd siwe-notepad
npm install
npm run dev
Finally, visit the example at http://localhost:4361 (or whichever port npm allocated).

Once the example has loaded, sign in with Ethereum by clicking on one of the wallet options, enter some text, and save that text. After disconnecting, try reconnecting to reload that text once the session has been reestablished.

The full example can be found here:
Last updated