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.
- Host: GitHub
- URL: https://github.com/austintgriffith/signatorio
- Owner: austintgriffith
- License: mit
- Created: 2019-09-11T17:29:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:31:51.000Z (over 3 years ago)
- Last Synced: 2025-03-30T22:24:28.248Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://signator.io
- Size: 7.07 MB
- Stars: 23
- Watchers: 3
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
