An open API service indexing awesome lists of open source software.

https://github.com/austintgriffith/signatorio

🔏 Create, verify, and share Ethereum signed messages.
https://github.com/austintgriffith/signatorio

Last synced: about 1 year ago
JSON representation

🔏 Create, verify, and share Ethereum signed messages.

Awesome Lists containing this project

README

          

Create, verify, and share Ethereum signed messages.

[https://signator.io](https://signator.io)

Using an Ethereum key pair, you can create a digital signature that is tamperproof and cryptographically proves that a specific account signed a specific message.

This is a rough example of an app using the web3 library [Kirby](https://github.com/joincivil/kirby-web3). It is in the alpha test phase but having a product in the wild helps us calibrate our build and get feedback.

```
npm install
npm start
```

![screenshot](https://user-images.githubusercontent.com/2653167/65299514-17c04a80-db2d-11e9-8e9d-f28ca8509d81.png)