SXIAUM Logo SXIAUM DOCS

Developer Guides

Getting started with SXIAUM. Connect to the testnet, deploy Solidity smart contracts, and build using native tooling.

Quick Start

SXIAUM is 100% equivalent to the EVM execution spec. Standard tooling like Hardhat, Foundry, and MetaMask work out-of-the-box. The only difference is the requirement to wrap public state modifications in a pre-ordered cryptographic commitment phase.

Foundry Config Example

[profile.default]
src = 'src'
out = 'out'
libs = ['lib']

[rpc_endpoints]
sxiaum_testnet = "https://rpc-testnet.sxiaum.network/v1"