Package Exports
- @settlemint/sdk-cli/cli
Readme
SettleMint SDK
✨ https://settlemint.com ✨
Integrate SettleMint into your application with ease.
Getting started
First we will create a new Next JS project using the following command.
# Using npx
npx @settlemint/sdk-cli@latest create
# Using bun
bunx @settlemint/sdk-cli@latest create
# Using pnpm
pnpm dlx @settlemint/sdk-cli@latest create
Then following the next steps in your terminal.