Arcanum
Arcanum is a private on-chain messenger for Arc Testnet. Public messages route through contracts/ArcanumMessenger.sol, while private conversations are encrypted client-side in lib/crypto.ts using browser ECDH key exchange and AES-GCM, with encryption public keys registered on-chain. A family of Hardhat-tested Solidity contracts extends the messenger: ArcanumAgents.sol for paid agent-to-agent messaging, ArcanumGroups.sol for owner-managed encrypted groups with per-epoch member key rotation, ArcanumBulkSender.sol for atomic native-USDC batch transfers to up to 100 recipients, and a two-sided gig marketplace pairing ArcanumGigBoard.sol with ArcanumEscrow.sol for native USDC escrow, deadlines, and independent arbitration. The Next.js frontend in app/ uses wagmi for wallet connection and Arc Testnet chain switching.
crypto crypto just crypto also dentist
1 (Solo) — Fatih Cabuk (solo)
the p2p private onchain messenger on Arc Network.