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

Network configuration

PreviousAMT BridgesNextCreate committees

Last updated 1 year ago

To build AMT bridges on Bool Network, builders are required to send several transactions on the Bool chain.

Just to remind you that at the early stage of the Bool chain, it is specialized as a distributed ledger to record vital information about committees, and cross-chain bridges.

Hence, before carrying on, please follow the guides in this section to set up the Bool chain in your wallet. Without loss of generality, we take MetaMask as an example.

Configuration information

Variable
Value

Network name

Bool Testnet

RPC URL

Chain ID

47

Currency symbol

tBOL

Block explorer URL (optional)

tBOL refers to the native token on the Bool Network testnet chain. One can request tBOL from the official .

NOTE that tBOL has no trading value at the current stage. It serves testing purposes only.

Configure MetaMask for Bool testnet

  1. Open MetaMask from the browser extensions.

  2. Click on your network list on the top, and click Add network.

  3. By clicking on Add a network manually, you should view the following page:

  4. Finally, input the configuration information provided above to finish the set-up procedure.

  5. Configurations! The network configuration has been done, now you can request test tokens from the and follow the subsequent instructions to construct your AMT bridges.

https://test-rpc-node-http.bool.network
https://test.boolscan.com/
faucet
faucet
MetaMask - Adding a network manually