Smart-account UX
Create React app flows that provision smart accounts and abstract account operations for users.
Ethera for developers
Use the Ethera SDK to create smart accounts and coordinate atomic UserOperations across rollups.
import { QueryClientProvider } from '@tanstack/react-query'
import { WagmiProvider } from 'wagmi'
import { EtheraProvider } from '@ssv-labs/ethera-sdk/react'
<WagmiProvider config={wagmiConfig}>
<QueryClientProvider client={queryClient}>
<EtheraProvider config={composeConfig}>
<App />
</EtheraProvider>
</QueryClientProvider>
</WagmiProvider>
What you can build
Create React app flows that provision smart accounts and abstract account operations for users.
Coordinate UserOperations across Ethera rollups so cross-chain actions execute together.
Use bridge tutorials to move assets between Sepolia and rollups or between Ethera rollups.
Start with the Ethera testnet
Why Ethera
Ethera combines synchronous composability, shared publishing, and universal bridge primitives so developer apps can coordinate actions across rollups.

