Skip to content

Commit

Permalink
Add extra resources on signing
Browse files Browse the repository at this point in the history
  • Loading branch information
danfinlay authored Mar 26, 2020
1 parent 6bfd3b8 commit 197b62e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guide/signing-data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Signing Data

Since MetaMask makes cryptographic keys available to each user, websites can use these signatures for a variety of uses. Here are a few guides related to specific use cases:

- [Authenticating websites](https://medium.com/hackernoon/writing-for-blockchain-wallet-signature-request-messages-6ede721160d5)
- Some examples of signing off-chain messages for an on-chain protocol from our [MetaTransaction Hackathon](https://medium.com/metamask/our-metatransaction-hackathon-winner-a620551ccb9b?source=collection_home---4------2-----------------------)

## Signing Data with MetaMask
If you’d like to jump to some working signature examples, [you can visit this repository](https://github.com/danfinlay/js-eth-personal-sign-examples).

Expand Down

0 comments on commit 197b62e

Please sign in to comment.