Développeurs
Intégrez VaultChain dans vos applications avec nos APIs et SDKs
API REST
Accédez à toutes les fonctionnalités VaultChain via notre API REST complète.
Smart Contracts
Interagissez directement avec nos contrats intelligents sur la blockchain KultChain.
VaultChainDocument
0x...
VaultChainVerifier
0x...
Certification
Certifiez l'authenticité de vos documents sur la blockchain
Chiffrement
Protégez vos données avec un chiffrement de bout en bout
Notifications
Recevez des notifications en temps réel via WebSocket
Démarrage Rapide
1. Installation
npm install @vaultchain/sdk2. Configuration
import { VaultChain } from '@vaultchain/sdk';
const vaultchain = new VaultChain({
apiKey: 'votre-cle-api',
network: 'kultchain-mainnet'
});3. Utilisation
// Protéger un document
const result = await vaultchain.documents.protect({
file: documentBuffer,
metadata: { title: 'Mon Document' }
});
console.log('Document protégé:', result.hash);Support & Ressources
Documentation
Prêt à commencer ?
Obtenez votre clé API et commencez à intégrer VaultChain dès aujourd'hui.