Keys
Decentralized key management infrastructure.
Overview
Secure key storage, rotation, and recovery for on-chain identity management.
Quick Start
bash
npm install @cinacoin/keystsx
import { createKeys } from '@cinacoin/keys'
const keys = createKeys({
projectId: 'your-project-id',
})
await keys.rotate({
address,
newKey: publicKey,
})Features
- Key rotation
- Secure storage
- Recovery workflows
- Session keys
