staible-sdk
v0.1.4
Published
Lightweight SDK for hUSDC Hedera
Readme
hUSDC SDK (TypeScript / JavaScript)
A tiny, Stripe/Twilio-style SDK for the hUSDC Hedera testnet backend.
It wraps the REST API:
POST /wallet/createPOST /usdc/mintPOST /usdc/disburseGET /wallet/{id}/balanceGET /transactions/:id(accepts internalTxId or Hedera Tx ID)
Works in Node 18+ (uses global
fetch). Browser builds also work if CORS is enabled on your backend.
Install
# from your app
npm i staible-sdk