GEB Docs
  • Quick Start
  • GEB Consensus
    • Mother Consensus
    • Sub Consensus(Agere)
  • Learn
    • BitAgere Guide
      • Auditor Reference Concepts
      • Executor Reference Concepts
  • Build
    • Validator
      • Wasm Operation
      • L-BTC Validator Operation
    • BitAgere
      • RelayAgere
      • Agere Auditor
      • Agere Executor
  • Use
    • Wasm Wallet
    • Earn $GEB
      • Stake L-BTC
        • What is L-BTC?
        • Download and Run LND Desk
        • Config LND
        • Node Asset Management
          • Open Channel(Get L-BTC)
          • L-BTC ⇌ BTC (on GEB chain)
        • Stake L-BTC Earn $GEB
      • Stake GEB on Agere
    • Earn $BTC
      • Claim and Other Operations
      • Transfer BTC to EVM
    • Bridge
      • Official Bridge
        • BEVM Mainnet
        • BEVM Canary
      • Third-Party Bridge
        • BEVM Mainnet
          • Swap from EVM to BEVM Mainnet
        • BEVM Canary
          • Swap from EVM to BEVM Canary
          • Other assets
            • Bridge PCX from BEVM Canary to Chainx
      • Transfer(EVM<-->Wasm)
  • EVM Development
    • Fee Calculation
      • GEB Mainnet
      • BEVM Canary
    • Smart Contract
      • Write a Contract
        • Set Up the Metamask Configuration
        • Deploy Smart Contract on GEB Signet
        • Deploy Smart Contract on BEVM Canary
      • Foundry
        • Deploy and verify contract by Foundry
      • Contract Verification (BlockScout)
      • ThirdWeb
    • Integrations
      • Oracle
        • Supra
        • DIA
      • Indexer
        • SubQuery
      • Account Abstraction
        • Particle Network
    • Libraries
      • ethereum-list/chains
      • Wagmi
      • Multicall3
    • Canonical contracts
    • Finality
  • Tokenomics
  • The Journy of GEB
  • Audit Reports
  • Community
Powered by GitBook
On this page
  • Deploy Contract on BEVM Canary
  • Next Step​
  1. EVM Development
  2. Smart Contract
  3. Write a Contract

Deploy Smart Contract on BEVM Canary

PreviousDeploy Smart Contract on GEB SignetNextFoundry

Last updated 1 year ago

Your journey is almost finished. At last, you will deploy a smart contract on BEVM Canary.

Deploy Contract on BEVM Canary

Now, we shall proceed to deploy a smart contract on BEVM Canary, utilizing the identical process as employed for BEVM Canary TestNet. Initiate Remix, compile your code, and deploy your contract. It is crucial to verify that the Custom (1501) network is visible under the environment field during your deployment.

After a brief wait, you will observe that the contract has been successfully deployed on BEVM Canary, and you will also have the ability to import the recently deployed ERC20 token into MetaMask.

Next Step

Congratulations! You have now ascended to the role of a dApp developer on BEVM Canary. To further enhance and broaden your newly acquired skills as a smart contract developer, we highly recommend immersing yourself in our official documentation and builders' guides. Additionally, consider joining our Discord community to exchange thoughts with fellow developers and receive technical support.

​