@cometh/checkout-sdk
v2.3.5
Published
SDK to use Cometh Checkout API
Keywords
Readme
@cometh/checkout-sdk
This is a TypeScript SDK for interacting with the Checkout API.
SDK Reference documentation
API reference documentation
Cometh Checkout documentation
Installation
To add the @cometh/checkout-sdk to your project, you can use npm or yarn:
npm install @cometh/checkout-sdkyarn add @cometh/checkout-sdkUsage
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();