Overview

Berachain is an EVM-compatible L1 blockchain built on-top of the Cosmos-SDK, which uses Proof-of-Liquidity consensus. As Berachain is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other wallet features.

Configure Berachain

Ensure you have installed the Magic SDK and have access to your API key, follow the quickstart to get started.
Testnet
// Setting network to point to Berachain Artio testnet
const magic = new Magic("YOUR_PUBLISHABLE_API_KEY", {
  network: {
    rpcUrl: "https://artio.rpc.berachain.com/",
    chainId: 80085,
  },
});

Compatibility

  • All Auth, User and Wallet module methods
  • All EVM Provider functionality to respond to supported RPC methods
Need a feature or see a problem? File an issue on our github repo.

Resources & Tools