Skip to content

Commit 16e49ed

Browse files
committed
add links to token guides for how to integrate custom associations
1 parent f2d5b5f commit 16e49ed

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/build/guides/fungible-token.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ keywords:
1818
- Flow development
1919
- token contract
2020
- blockchain tokens
21+
- bridge
2122
---
2223

2324
:::info
@@ -1130,3 +1131,4 @@ The transfer transaction also has a [generic version](https://github.com/onflow/
11301131
- [View a repo of this example code](https://github.com/chasefleming/FooToken)
11311132
- [Review an `ExampleToken` contract implementing all of the remaining FungibleToken interface](https://github.com/onflow/flow-ft/blob/master/contracts/ExampleToken.cdc)
11321133
- [View the Flow Token Standard](https://github.com/onflow/flow-ft/blob/master/contracts/FungibleToken.cdc)
1134+
- Learn about how you can [bridge your FTs to Flow-EVM](../../evm/cadence/vm-bridge.md#cross-vm-bridge) and how you can build your FT project [to be compatible with the Flow VM bridge](../../evm/cadence/vm-bridge.md#prep-your-assets-for-bridging).

docs/build/guides/nft.md

+11
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ keywords:
1818
- Flow development
1919
- NFT contract
2020
- blockchain NFTs
21+
- bridge
2122
---
2223

2324
:::info
@@ -618,6 +619,15 @@ about your projects on their apps and websites and are critical
618619
for every project to include if we want to have a vibrant and interoperable
619620
ecosystem.
620621

622+
## Flow VM Bridge NFTs
623+
624+
Flow provides an EVM environment where projects can deploy
625+
their solidity smart contracts as an easier on-ramp to building on Flow.
626+
The [Cross-VM Bridge](https://www.github.com/onflow/flow-evm-bridge) enables the movement of
627+
fungible and non-fungible tokens between Flow-Cadence & Flow-EVM.
628+
629+
Learn about how you can [bridge your NFTs to Flow-EVM](../../evm/cadence/vm-bridge.md#cross-vm-bridge) and how you can build your NFT project [to be compatible with the Flow VM bridge](../../evm/cadence/vm-bridge.md#prep-your-assets-for-bridging).
630+
621631
## Deploying the Contract
622632

623633
With your contract ready, it's time to deploy it.
@@ -926,4 +936,5 @@ Congrats, you did it! You're now ready to launch the next fun NFT project on Flo
926936
- Check out the [`Burner` contract](../core-contracts/14-burner.md), which is the standard
927937
that all projects should use for handling the destruction of any resource.
928938
- For a deeper dive into `MetadataViews`, consult the [introduction guide](../advanced-concepts/metadata-views.md) or [the FLIP that introduced this feature](https://github.com/onflow/flips/blob/main/application/20210916-nft-metadata.md).
939+
- Learn about how you can [bridge your NFTs to Flow-EVM](../../evm/cadence/vm-bridge.md#cross-vm-bridge) and how you can build your NFT project [to be compatible with the Flow VM bridge](../../evm/cadence/vm-bridge.md#prep-your-assets-for-bridging).
929940
- Use a [no code tool for creating NFT projects on Flow](https://www.touchstone.city/)

0 commit comments

Comments
 (0)