Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed link README.md #70

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contracts/misc/erc721-bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Note: This implementation currently does not support chain-hopping for ERC721 to
An end-to-end test demonstrating the use of the generic ERC721 token bridge contracts can be found in [here](/tests/flows/erc721_native_token_bridge.go). This test implements the following flow and checks that each step is successful:
1. An example "native" [ERC721](/contracts/src/Mocks/ExampleERC721.sol) token is deployed on subnet A
2. The [ERC721Bridge](/contracts/src/CrossChainApplications/examples/ERC721Bridge/ERC721Bridge.sol) contract is deployed on subnets A and B.
4. Teleporter message is sent from subnet A to B to create a new [BridgeNFT](/contracts/src/CrossChainApplications/examples/ERC721Bridge/BridgeNFT.sol) contract instance to represent the native ERC721 token on subnet B.
4. Teleporter message is sent from subnet A to B to create a new [BridgeNFT](/contracts/misc/erc721-bridge/BridgeNFT.sol) contract instance to represent the native ERC721 token on subnet B.
5. An NFT is minted on subnet A to the user address.
6. ERC721Bridge on subnet A is approved as operator of the NFT.
7. `bridgeToken` is called on subnet A to lock the NFT and bridge it to subnet B.
Expand All @@ -35,4 +35,4 @@ An end-to-end test demonstrating the use of the generic ERC721 token bridge cont

## Local testing
1. Run a local network following the instructions [here](/README.md#run-a-local-testnet-in-docker).
2. An example workflow is provided via the [erc721_send_and_receive.sh](scripts/local/examples/basic_send_receive.sh) script.
2. An example workflow is provided via the [erc721_send_and_receive.sh](scripts/local/examples/basic_send_receive.sh) script.