Discover networks
Read public network context with visibility and privacy rules applied.
Developers can build against network identity, gateway verification, profile quests, staking, reward epochs, and settlement state.
Read public network context with visibility and privacy rules applied.
Start access experiences through wallet-aware or sponsored flows.
Attach profiles, social proofs, tasks, staking, and claim receipts to connectivity campaigns.
Inspect reward roots, network state, claim receipts, and treasury events.
import { aura } from '@aura-protocol/sdk'
const networks = await aura.networks.list({
region: 'public',
quality: 'verified'
})
const epoch = await aura.epochs.getLatest()
const profile = await aura.profiles.claim({
wallet: user.wallet
})