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
⚡ Requirements
NodeJS version 14.0 or higher
Running the Quickstart
First clone the
siwe
repository from GitHub by running the following command:
Next, enter the directory and run the example by using the following commands:
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