Skip to content

ACTA-Team/acta-credentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACTA Credentials SDK

React SDK to interact with ACTA API and manage verifiable credentials on Stellar blockchain.

Quick Start

npm i @acta-team/credentials
import { ActaConfig, mainNet, useVault } from '@acta-team/credentials';

// Configure API key in .env: ACTA_API_KEY_MAINNET=your-api-key
<ActaConfig baseURL={mainNet}>
  <App />
</ActaConfig>

Documentation

📖 Full Documentation →

The complete guide includes:

  • Installation and configuration
  • All available hooks (useVault, useCredential, useVaultRead)
  • Code examples
  • Transaction flow
  • API keys and roles

License

MIT License – see the LICENSE file for details.

About

ACTA credentials SDK v1.1.0 for Stellar.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors