Bool Network
  • Introduction
    • What is Bool Network
    • Key features and benefits
    • Roadmap and Milestones
  • INTEROPERABILITY PROTOCOL
    • Overview
    • Architecture
    • Dynamic Hidden Committee (DHC)
      • Security trust flow
      • Lifecycle
      • Messaging Layer
    • Self Custody
      • Channels
      • Workflow
      • Escape Hatch
  • USER GUIDE
    • Beta Testnet
      • Getting Started
      • Network Information
      • Wallet Setup
      • Token Faucet
      • DHC Update
      • Node Server
        • Recommend List
        • Purchase Guide
      • Node Setup
        • DHC Node Setup
          • Local LAN Configuration for SGX
          • Run a chain via snapshot
        • Case Study
      • Node Management
        • For DHC Voter
        • For DHC Owner
  • EVM Ecosystem
    • Getting Started
      • Arbitrary Message Transmission
    • AMT Bridges
      • Network configuration
      • Create committees
      • Build a bridge
      • Bind Consumer to Anchor
      • Other operations
    • Smart Contracts
      • Primary Contracts
        • AnchorFactory
        • Messenger
        • Interfaces
          • IAnchorFactory
          • IMessenger
      • On-chain endpoint: Anchor
        • Anchor.sol
        • IAnchor.sol
      • BoolConsumerBase
        • BoolConsumerBase.sol
        • IBoolConsumerBase.sol
    • User Configurations
    • Application Examples
      • HelloWeb3.sol
    • Technical Reference
      • Chain IDs
      • Deployment Addresses
        • Devnet
        • Testnet
        • Alpha Mainnet
      • Faucet
  • Applications
    • B² Bool Bridge
      • B² Bool Bridge (Particle)
      • B² Bool Bridge (MetaMask)
    • Bool Swap
      • Pool Configuration
      • Deployment Addresses
        • Alpha Mainnet
  • Develop guide
    • Network Configuration
    • System Configuration
    • Testnet
      • Bool Chain
        • Node operators
        • Validators
      • DHC Nodes
        • Prerequisites
        • Quick Start
  • Advanced Tutorials
    • Token Bridge
  • Community and Support
    • Media Kit
    • FAQ
  • Official Links
    • GitHub
    • Twitter
    • Telegram
    • Discord
    • Youtube
    • Medium
Powered by GitBook
On this page
  1. EVM Ecosystem
  2. AMT Bridges

Build a bridge

PreviousCreate committeesNextBind Consumer to Anchor

Last updated 1 year ago

NOTE that for security considerations, a committee can only be used once in Bool Network. Hence, building a bridge requires a minimum of two available committees.

  1. Move to Bridge the subpage under the Dashboard section.

  1. Choose one of the chains from our and a committee you have created. By clicking on Deploy, an Anchor deployment transaction will be triggered where the committee selected will be automatically assigned to the Anchor to be created.

  1. A few moments later, you should see a newly created bridge with several primary information, including committees' configurations, Anchor addresses and other related.

  1. Congratulations! You have created your first bridge on Bool Network. Now you can jump to the next section to finish your omni-chain application building process.

NOTE that it may take a moment to record information for a newly created bridge. Hence, it is normal to encounter the reminder of "Synchronizing contracts" when you hit the Sumbit immediately after the last anchor has been deployed.

When you have deployed at least two Anchors on independent chains, you can choose either to create an AMT bridge by clicking Submit or to continue adding more chains to your bridge (also you can after the bridge construction).

Reach out to if the problem persists.

us
supported list
add more chains
Build a bridge - Starting building