Skip to content

Commit 46c1787

Browse files
committed
more
1 parent 4970df8 commit 46c1787

16 files changed

+4
-1763
lines changed

fern/docs.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -578,14 +578,9 @@ navigation:
578578
ERC-1271
579579
path: >-
580580
tutorials/learning-solidity/how-to-make-your-dapp-compatible-with-smart-contract-wallets.mdx
581-
- section: How to Verify a Message Signature on Ethereum
581+
- page: How to Verify a Message Signature on Ethereum
582582
path: >-
583583
tutorials/learning-solidity/how-to-verify-a-message-signature-on-ethereum/how-to-verify-a-message-signature-on-ethereum.mdx
584-
contents:
585-
- page: How to Create a Signature Generator DApp
586-
path: >-
587-
tutorials/learning-solidity/how-to-verify-a-message-signature-on-ethereum/how-to-create-a-signature-generator-dapp.mdx
588-
slug: how-to-verify-a-message-signature-on-ethereum
589584
slug: learning-solidity
590585
- section: Creating Smart Contracts
591586
contents:
@@ -4185,12 +4180,6 @@ redirects:
41854180
- source: /alchemy/documentation/throughput
41864181
destination: /docs/reference/throughput
41874182
permanent: true
4188-
- source: /alchemy/guides/how-to-cancel-a-pending-transaction-on-ethereum
4189-
destination: /docs/how-to-cancel-a-private-transaction-on-ethereum
4190-
permanent: true
4191-
- source: /alchemy/guides/how-to-verify-a-message-signature-on-ethereum/how-to-create-a-signature-generator-dapp
4192-
destination: /docs/how-to-create-a-signature-generator-dapp
4193-
permanent: true
41944183
- source: /alchemy/enhanced-apis/notify-api/integrate-alchemy-zapier
41954184
destination: /docs/reference/webhooks-overview
41964185
permanent: true
@@ -4764,12 +4753,6 @@ redirects:
47644753
- source: /documentation/throughput
47654754
destination: /docs/reference/throughput
47664755
permanent: true
4767-
- source: /guides/how-to-cancel-a-pending-transaction-on-ethereum
4768-
destination: /docs/how-to-cancel-a-private-transaction-on-ethereum
4769-
permanent: true
4770-
- source: /guides/how-to-verify-a-message-signature-on-ethereum/how-to-create-a-signature-generator-dapp
4771-
destination: /docs/how-to-create-a-signature-generator-dapp
4772-
permanent: true
47734756
- source: /enhanced-apis/notify-api/integrate-alchemy-zapier
47744757
destination: /docs/reference/webhooks-overview
47754758
permanent: true
@@ -5652,10 +5635,6 @@ redirects:
56525635
destination: /docs/reference/subgraphs-quickstart
56535636
permanent: true
56545637

5655-
- source: /docs/how-to-cancel-a-private-transaction-on-ethereum
5656-
destination: /docs
5657-
permanent: true
5658-
56595638
- source: /docs/how-to-send-a-private-transaction-on-ethereum
56605639
destination: /docs
56615640
permanent: true

fern/tutorials/learning-solidity/how-to-interact-with-erc-721-tokens-in-solidity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Crypto Coven NFTs
1313

1414
Interoperability helps NFT collections provide continuing utility to their holders, allows other projects to entice top buyers with discounts and exclusive access, and in some cases allows creators to do damage control for security breaches in the original contract.
1515

16-
In a [previous tutorial](/docs/how-to-create-allowlists-based-on-nft-ownership), we learned how to interact with existing ERC-721 tokens to create custom allowlists. In this tutorial, we will explore a more advanced case. We will write a smart contract using Solidity and Hardhat that allows users who have paid and minted NFTs from a compromised contract to mint the same token IDs from a new contract for free.
16+
In this tutorial, we will explore a more advanced case. We will write a smart contract using Solidity and Hardhat that allows users who have paid and minted NFTs from a compromised contract to mint the same token IDs from a new contract for free.
1717

1818
## Creating the Interaction Contract
1919

0 commit comments

Comments
 (0)