@cometh/checkout-sdk - v2.3.5

@cometh/checkout-sdk

This is a TypeScript SDK for interacting with the Checkout API.

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

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 chekout = new CheckoutAPI();