Base
Base
#Overview
Base, a Layer 2 blockchain compatible with the Ethereum Virtual Machine (EVM), offers developers a robust platform for building decentralized apps. It integrates seamlessly with Coinbase products and distribution, ensuring scalability and accessibility.
As Base is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other wallet features.
#Configure Base
Ensure you have installed the Magic SDK and have access to your API key, follow the quickstart to get started. You can use Magic's network aliases to connect to either testnet or mainnet on Base.
01// Setting network to point to Base testnet
02const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', {
03 network: {
04 rpcUrl: 'https://sepolia.base.org',
05 chainId: 84532,
06 }
07);
#Compatibility
- All
Auth
,User
andWallet
module methods for Dedicated Wallets - 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
- Documentation: https://docs.base.org/
- Block Explorer:
- https://basescan.org/ (Mainnet)
- https://base-sepolia.blockscout.com/ (Testnet)
- Faucets: https://docs.base.org/tools/network-faucets/