Skip to content

Commit

Permalink
Add network links and info bubble (#706)
Browse files Browse the repository at this point in the history
* Add network links and info bubble

* Update docs/ecosystem/bridges.md

Co-authored-by: Jordan Ribbink <[email protected]>

---------

Co-authored-by: Chase Fleming <[email protected]>
Co-authored-by: Jordan Ribbink <[email protected]>
  • Loading branch information
3 people authored Apr 5, 2024
1 parent 3efce80 commit 3273bb1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/ecosystem/block-explorers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ Block explorers are user-friendly online tools that visually present blockchain
- Blocks
- Transactions
- Contracts

It also offers analytics for the mainnet:

- Network activity (transaction count)
- Transaction cost (gas fee)
- Validators information

### Supported networks:

- [Mainnet](https://www.flowdiver.io/)
- [Testnet](https://testnet.flowdiver.io/)
- [Previewnet](https://previewnet.flowdiver.io/)

## Flow View

[Flow View](https://www.flowview.app/) offers comprehensive tools to view accounts' information, including:
Expand All @@ -35,11 +38,11 @@ It also offers analytics for the mainnet:
- Tokens, collections, and listings
- Deployed smart contracts

Supported networks:
### Supported networks:

- Mainnet: [https://www.flowview.app/](https://www.flowview.app/)
- Testnet: [https://testnet.flowview.app/](https://testnet.flowview.app/)
- Emulator (local): [https://emulator.flowview.app/](https://emulator.flowview.app/)
- [Mainnet](https://www.flowview.app/)
- [Testnet](https://testnet.flowview.app/)
- [Emulator (local)](https://emulator.flowview.app/)

## Contract Browser

Expand Down
8 changes: 8 additions & 0 deletions docs/ecosystem/bridges.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ sidebar_custom_props:

# Bridges

:::info
## Coming Soon

Details on bridges connecting Flow with other networks are currently in the works and will be shared soon. These bridges will facilitate seamless asset transfers and interoperability between Flow and various blockchains, enhancing the utility and reach of Flow's ecosystem.

For real-time updates and discussions, please join the [Flow Discord](https://discord.gg/flow) and check the #evm channel.
:::

Bridges are mechanisms that connect different blockchain networks, enabling secure and decentralized transfers of assets and data across various platforms.

<div id="cards" className="cards">
Expand Down

0 comments on commit 3273bb1

Please sign in to comment.