Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Hannan <[email protected]>
  • Loading branch information
turbolent and joshuahannan authored Sep 23, 2024
1 parent d8c9206 commit d4510ee
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/cadence-migration-guide/nft-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ here is information about where to find the Cadence 1.0 Versions of Each:
See [the `master` branch in the NFT Storefront Repo](https://github.com/onflow/nft-storefront/tree/master/contracts)
for the updated versions of the `NFTStorefront` and `NFTStorefrontV2` contracts.

**USDC:** See [this PR in the USDC repo](https://github.com/flow-usdc/flow-usdc/pull/82)
for updated USDC contracts.
**USDC:** USDC was migrated to standard bridged USDC on Flow. See the [repo](https://github.com/onflow/bridged-usdc) for the latest version of the USDC contract.

**Account Linking and Hybrid Custody:**
See [the `main` branch in the hybrid custody repo](https://github.com/onflow/hybrid-custody)
Expand All @@ -88,9 +87,13 @@ Use the [Flow Contract Browser](https://contractbrowser.com/) to find the 1.0 co
This guide is primarily for developers who have existing contracts
deployed to Flow mainnet that they need to update for Cadence 1.0.
If you don't have any contracts deployed yet, it is recommended that
you start an NFT contract from scratch by either copying the `ExampleNFT` contract
or the [`BasicNFT` contract](https://github.com/onflow/flow-nft/blob/universal-collection/contracts/BasicNFT.cdc)
from the `universal-collection` branch of the flow-nft GitHub repo and wait until it has been deployed.
you start an NFT contract from scratch by either copying the `ExampleNFT` contract
from the `master` branch of the `flow-nft` repo.

Additionally, the Flow community is working on
the [`BasicNFT` contract](https://github.com/onflow/flow-nft/blob/universal-collection/contracts/BasicNFT.cdc)
in the `universal-collection` branch of the flow-nft GitHub repo.
This is a simplified version of standard NFT contracts, but has not been completed yet.

## BasicNFT and UniversalCollection

Expand Down

0 comments on commit d4510ee

Please sign in to comment.