Skip to content

ACTA-Team/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACTA SDK

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

Quick Start

npm install @acta-team/acta-sdk
import { 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>

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.T

About

npm i @acta-team/acta-sdk

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors