Sign In

@ramp-kit/core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ramp-kit/core

Unified on/off-ramp provider interface for LATAM (Etherfuse, Manteca) with Stellar-first support

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
113
-82.96%
Maintainers
1
Weekly downloads
 
Created
Source

@ramp-kit/core

Unified fiat on/off-ramp SDK for Latin America on Stellar. One RampProvider interface over Etherfuse (Stellar-native, PIX/SPEI) and Manteca (LATAM rails), plus a MockProvider for instant development, a country/currency router with live quote comparison, and Stellar helpers (trustlines, claimable-balance claims, transaction signing).

import { EtherfuseProvider, stellarConfigFor } from "@ramp-kit/core";

const provider = new EtherfuseProvider({ apiKey, environment: "sandbox" });
const assets = await provider.listAssets("stellar", { currency: "brl" });
const quote = await provider.getQuote({
  direction: "onramp",
  fiatCurrency: "BRL",
  assetIdentifier: assets[0].identifier,
  network: "stellar",
  sourceAmount: "100",
  customerId,
  walletAddress,
});
const order = await provider.createOrder(quote);

Full documentation, demo apps and the React widget live in the latam-ramp-kit repository.

Keywords

stellar

FAQs

Package last updated on 04 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts