Skip to content

Commit 25c2570

Browse files
authored
Merge pull request #16341 from mdqst/patch-17
docs: fix outdated Alchemy docs link
2 parents 0ed0617 + 47a4103 commit 25c2570

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/tutorials/eip-1271-smart-contract-signatures

1 file changed

+1
-1
lines changed

public/content/developers/tutorials/eip-1271-smart-contract-signatures/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In order to create a digital signature for use on Ethereum-based blockchains, yo
3434

3535
Your Ethereum account (i.e. your externally-owned account/EOA) has a private key associated with it, and this is the private key that’s typically used when a website or dapp asks you for a signature (e.g. for “Log in with Ethereum”).
3636

37-
An app can [verify a signature](https://docs.alchemy.com/docs/how-to-verify-a-message-signature-on-ethereum) you create using a third-party library like ethers.js [without knowing your private key](https://en.wikipedia.org/wiki/Public-key_cryptography) and be confident that _you_ were the one that created the signature.
37+
An app can [verify a signature](https://www.alchemy.com/docs/how-to-verify-a-message-signature-on-ethereum) you create using a third-party library like ethers.js [without knowing your private key](https://en.wikipedia.org/wiki/Public-key_cryptography) and be confident that _you_ were the one that created the signature.
3838

3939
> In fact, because EOA digital signatures use public-key cryptography, they can be generated and verified **offchain**! This is how gasless DAO voting works — instead of submitting votes onchain, digital signatures can be created and verified offchain using cryptographic libraries.
4040

0 commit comments

Comments
 (0)