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
  • Polkadot{.js}
  • 1 Download
  • 2 Use
  • 3 Back up
  • SubWallet
  • 1 Download
  • 2 Use
  • 3 Network Importation
  • 4 Back up
  1. Use

Wasm Wallet

PreviousUseNextEarn $GEB

Last updated 2 months ago

Wasm(Substrate) wallet is a little different from EVM wallet, so we list a tutorial about two more comprehensive wasm wallet extensions---polkadot{.js} and SubWallet

Polkadot{.js}

1 Download

you can download through this link on chrome browser.

2 Use

Generate a new mnemonic and set the password for your account, however, you need to back up your mnemonics at once because you can't back up your mnemonics once you skip the process.

3 Back up

You can export an encrypted .json file and import into other substrate(Wasm) wallets.

SubWallet

1 Download

you can download through this link on chrome browser.

2 Use

SubWallet offers a beginner-friendly UX, similar to Metamask and other EVM wallets, also, you need to back up your mnemonics at once because you can't back up your mnemonics once you skip the process.

3 Network Importation

Paste wss://rpc-mainnet-1.bevm.io/ws in Provider URL.

4 Back up

You can export an encrypted ".json" file and import other substrate(Wasm) wallets.

polkadot{.js}
SubWallet