TypeScript Quickstart
Goals
- Run a Sign in with Ethereum example locally
 - Sign in using a preferred wallet
 
Requirements
- NodeJS version 14.0 or higher
 
Setup and Running the Quickstart
Clone the Repository
git clone https://github.com/signinwithethereum/siwe-notepad
Install and Run
cd siwe-notepad
npm install
npm run dev
Access the Example
- Visit http://localhost:4361 (or the port allocated by npm)
 
Example Walkthrough
- Load the example in your web browser
 - Click on a wallet option to sign in with Ethereum
 - Enter some text
 - Save the text
 - Disconnect and reconnect to reload the saved text
 
Additional Information
- Full example available on GitHub - signinwithethereum/siwe-notepad
 
Note: This quickstart guide demonstrates core SIWE functionality using a simple notepad-style application.