npm.io
0.5.3 • Published 3d ago

@stellar-agent/testnet-suite

Licence
MIT
Version
0.5.3
Deps
5
Size
61 kB
Vulns
0
Weekly
0

@stellar-agent/testnet-suite

Reusable Testnet workspace, wallet, Friendbot, policy, receipt, and smoke-test workflows for Stellar Agent.

This package powers CLI commands such as Testnet initialization, smoke tests, issued-asset scenarios, contract-asset smoke scenarios, wallet imports, trustline inspection, and public wallet views.

Install

npm install @stellar-agent/testnet-suite

Example

import { createTestnetHarness, initTestnetWorkspace } from "@stellar-agent/testnet-suite";

const harness = createTestnetHarness();
const initialized = await initTestnetWorkspace(harness.config, { fundAgent: true });

Safety

  • Generated wallets are Testnet-only.
  • Testnet XLM has no real value.
  • Mainnet watch-only wallet imports store public keys only.
  • Scenario helpers should preserve receipt logging and policy checks when they submit transactions.