User profiles and authentication for Swift v2 decentralized platform on Base Mainnet.
- Audited and security-hardened
- ReentrancyGuard protection
- Gas optimized (<$0.01 per transaction)
- Security Score: 9.5/10
npm installcp .env.example .env
# Edit .env with your credentialsnpm run deploy:testnet  # Test first
npm run deploy          # Mainnet
npm run verify         # Verify on BaseScanMIT