One Identity. Every Solana App.
NEXURA
Prove your reputation across Solana without exposing your wallets.
Zero-knowledge identity for DeFi, NFTs, and DAOs.
import { Nexura } from '@nexura/solana-sdk';
// Create identity and link wallets
const identity = await Nexura.create({
wallets: [phantom, solflare],
chain: 'solana-mainnet'
});
// Generate attestation
const proof = await identity.attest({
claim: 'sol_balance',
threshold: 100 // Prove I hold >100 SOL
});