Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ll3 authored and wyc committed Feb 4, 2022
1 parent 7d8c57e commit 66d91f6
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,14 @@ Ethereum-based authentication, and provide wallet vendors a consistent
machine-readable message format to achieve improved user experiences and
consent management.

## [Quickstart Example](./examples/notepad)
To try it out locally, there is an example that uses Sign-In With Ethereum to
create a notepad that persists to a server after a user authenticates with
their Ethereum address.

![Sign-In with Ethereum Notepad](./examples/notepad/notepad.png "Sign-In with Ethereum Notepad")

To use the example, run the following commands:
```bash
git clone https://github.com/spruceid/siwe
cd siwe/examples/notepad
npm install
npm run dev
```

See the example README.md for more details.
## Quickstart Examples
To try it out locally, check out these examples:

- [Node](https://github.com/spruceid/siwe-quickstart/tree/main/00_print)
- [Frontend](https://github.com/spruceid/siwe-quickstart/tree/main/01_frontend)
- [Backend](https://github.com/spruceid/siwe-quickstart/tree/main/02_backend)
- [End to end](https://github.com/spruceid/siwe-quickstart/tree/main/03_complete_app)
- [Sign-In with Ethereum Notepad](https://github.com/spruceid/siwe-notepad)

## Motivation
When signing in to popular non-blockchain services today, users will typically
Expand Down

0 comments on commit 66d91f6

Please sign in to comment.