Quick Start
Integrate our Sats Terminal SDK to your dApp/Wallet/Swap UI
The Sats Terminal SDK package provides access to the Sats Terminal API to find and execute the best on-chain trade for runes across various exchanges.
Installation
Importing the SDK
The satsterminal-sdk
is compatible with both CommonJS and ES6 module systems.
For CommonJS:
For ES6 Modules/TypeScript:
Configuration
The satsterminal-sdk
requires configuration when initializing:
Last updated