@cometh/checkout-sdk
v2.2.2
Published
SDK to use Cometh Checkout API
Downloads
318
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-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 chekout = new CheckoutAPI();