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

Getting Started

PreviousFor DHC OwnerNextArbitrary Message Transmission

Last updated 1 year ago

Bool Network Testnet has achieved its first target of supporting all EVM-compatible blockchains including prominent L1s and L2s. For testing purposes, are deployed onto to enable developers to design and modify their omnichain protocols on top of Bool Network.

However, supporting EVM blockchains is far from demonstrating the comprehensive features of Bool Network. Based on its innovative design, Bool Network is capable and robust to support cross-chain message transmission across heterogeneous blockchains. Bool Network's development team is progressively working on supporting more on-EVM blockchains and stay tuned!

The outline of developing an omnichain protocol is as follows:

  • Configure JSON-RPC providers for the chains your protocol plans to support (or running your own nodes).

  • Request testing tokens from different .

  • Construct an AMT bridge through Bool Scan and detailed instructions are given .

  • your smart contracts with chain-specific anchors on each blockchain.

  • Test your protocol functionalities and monitor the status of each cross-chain message on . An has been given.

  • Remember to keep in touch with the since they are always there to help.

primary contracts
a selection of EVM blockchains
Faucet
here
Integrate
BoolScan
example
Bool Network team