cross-chain-api
v0.0.7
Published
- [Developer Docs](https://developers.swing.xyz/) - https://developers.swing.xyz/
Readme
Swing Cross-Chain API
- Developer Docs - https://developers.swing.xyz/
Getting Started
yarn add @swing.xyz/cross-chain-apiUsage
import { getSwingAPI } from "@swing.xyz/cross-chain-api";
const swingAPI = getSwingAPI({
// Optional use a different API environment
// environment: "production",
});
const config = await swingAPI.GET("/v0/transfer/config");