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

@acta-team/acta-sdk

Package Overview
Dependencies
Maintainers
1
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

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

unpublished
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
0
Maintainers
1
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

Features

  • API-driven: 100% integrated with ACTA API
  • Type-safe: Full TypeScript support
  • React hooks: Idiomatic React usage
  • Multi-network: Supports mainnet and testnet
  • Auto-configuration: Fetches network config dynamically

License

MIT

Keywords

react

FAQs

Package last updated on 14 Jan 2026

Related posts