Overview

Soneium is an Ethereum layer-2 blockchain developed by Sony Group Corporation and Startale, designed to create an accessible, developer-friendly platform that empowers creators and communities to explore blockchain’s potential in entertainment, gaming, finance, and beyond. Users can effortlessly create wallets and interact with Soneium using the Magic SDK. As Soneium is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other features.

Configure Soneium

// Get your Startale API key here - https://portal.scs.startale.com/
const SoneiumOptions = {
  rpcUrl: 'https://soneium-minato.rpc.scs.startale.com?apikey=your-api-key', // Soneium testnet RPC URL
  chainId: 1946, // Soneium chain id
};

// Setting network to point to Soneium
const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', { network: SoneiumOptions });
  • All Auth, User and most Wallet module methods*
  • All EVM Provider functionality to respond to supported RPC methods
*Some features are not yet compatible such as NFT Viewer and Fiat On-ramps. Need a feature or see a problem? File an issue on our github repo.

Resources & Tools