UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

5 lines (4 loc) 152 B
import { httpClient } from "./http-client/axios.js"; export * from "./index.js"; export * as StellarBase from "./base/index.js"; export { httpClient };