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
01const SoneiumOptions = {
02  rpcUrl: 'https://rpc.minato.soneium.org/', // Soneium testnet RPC URL
03  chainId: 1946, // Soneium chain id
04};
05
06// Setting network to point to Soneium
07const 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