React SDK to interact with ACTA API and manage verifiable credentials on Stellar blockchain.
npm install @acta-team/acta-sdkimport { ActaConfig, mainNet, useVault } from '@acta-team/acta-sdk';
// Configure API key in .env: ACTA_API_KEY_MAINNET=your-api-key
<ActaConfig baseURL={mainNet}>
<App />
</ActaConfig>The complete guide includes:
- Installation and configuration
- All available hooks (
useVault,useCredential,useVaultRead) - Code examples
- Transaction flow
- API keys and roles
MIT License – see the LICENSE file for details.T