Soneium

Soneium

#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

Javascript
01// Get your Startale API key here - https://portal.scs.startale.com/
02const SoneiumOptions = {
03  rpcUrl: 'https://soneium-minato.rpc.scs.startale.com?apikey=your-api-key', // Soneium testnet RPC URL
04  chainId: 1946, // Soneium chain id
05};
06
07// Setting network to point to Soneium
08const magic = new Magic('YOUR_PUBLISHABLE_API_KEY', { network: SoneiumOptions });

*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