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
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 });
- All
Auth
,User
and mostWallet
module methods* for Dedicated Wallets - 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
- Startale RPC Provider: https://docs.startale.com/docs/getting-started
- Documentation: https://docs.soneium.org/docs/
- Block Explorer: https://explorer-testnet.soneium.org/
- Testnet Faucet: https://docs.soneium.org/docs/builders/tools/faucets