@cometh/checkout-sdk
This is a TypeScript SDK for interacting with the Fiat Minting API. It simplifies the process of making requests to the API by providing convenient methods for various operations related to NFTs (Non-Fungible Tokens). These operations include managing and searching for assets, handling collections, and analyzing NFT data.
Installation
To add the @cometh/checkout-sdk to your project, you can use npm or yarn:
npm install @cometh/checkout-sdk
yarn add @cometh/checkout-sdk
Usage
After installation, you can import CheckoutAPI
from the SDK in your TypeScript code:
import { CheckoutAPI } from '@cometh/checkout-sdk';
Create an instance of CheckoutAPI
and call its methods to interact with the NFT API.
const fiatApi = new CheckoutAPI();