Starter Template
To help you get started quickly, we provide a complete Next.js starter template with a fully functional payment button creator.
Clone the Starter Template
# Clone the repository
git clone https://github.com/kirapay/nextjs-kirapay-sdk-starter.git
# Navigate to project
cd nextjs-kirapay-sdk-starter
# Install dependencies
npm installConfigure Your API Key
Create a .env file in the project root:
NEXT_PUBLIC_KIRAPAY_API_KEY=your_test_api_key_hereRun the Development Server
npm run devRefer to the Readme for more details.
Last updated
Was this helpful?