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

@acta-team/credentials

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acta-team/credentials

ACTA credentials SDK for Stellar

Source
npmnpm
Version
1.1.3
Version published
Weekly downloads
24
118.18%
Maintainers
2
Weekly downloads
 
Created
Source

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.

Keywords

react

FAQs

Package last updated on 30 Jun 2026

Related posts