New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@acta-team/acta-sdk

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@acta-team/acta-sdk

ACTA credentials SDK v1.2.0 for Stellar

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

react

FAQs

Package last updated on 08 May 2026

Related posts