Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shawntabrizi/eth-sign-and-verify
This is a basic sample for how to sign and verify a message using an Ethereum account
https://github.com/shawntabrizi/eth-sign-and-verify
Last synced: 4 days ago
JSON representation
This is a basic sample for how to sign and verify a message using an Ethereum account
- Host: GitHub
- URL: https://github.com/shawntabrizi/eth-sign-and-verify
- Owner: shawntabrizi
- License: mit
- Created: 2018-07-19T22:12:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T15:44:25.000Z (over 3 years ago)
- Last Synced: 2024-05-01T14:17:52.478Z (7 months ago)
- Language: HTML
- Homepage: https://shawntabrizi.com/ETH-Sign-and-Verify/
- Size: 179 KB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web3js-sign-and-verify-ethereum
A really simple app which shows the basics usage of `web3.eth.personal.sign` and `web3.eth.personal.ecRecover` along side the Metamask plugin.![](https://i.imgur.com/MzXrseQ.png)
## Check out other simple Web3.js samples
https://github.com/shawntabrizi/ERC-20-Token-Balancehttps://github.com/shawntabrizi/ETH-Balance-Graph