GitHub
Open source developer tools, SDKs, examples, and documentation for Nijipe.
Nijipe maintains a public developer ecosystem on GitHub. Explore SDKs, CLI tools, documentation, and example applications designed to help developers integrate Bitcoin and Lightning payments faster.
Developer Ecosystem
Documentation
Official documentation for Nijipe APIs, checkout, webhooks, invoices, Lightning payments, XPUB integration, and sandbox testing.
Node.js SDK
Official Node.js and TypeScript SDK for the Nijipe API.
CLI
Command-line tools for local development, webhook testing, project setup, and sandbox workflows.
Next.js Example
Production-ready example showing how to integrate Bitcoin and Lightning payments into a Next.js application.
Express Example
Simple Express.js integration example with invoice creation, checkout redirects, and webhook handling.
Built in the Open
Nijipe believes payment infrastructure should be transparent, developer-friendly, and easy to integrate.
The public GitHub organization contains SDKs, CLI tools, documentation, and example applications designed to help developers get from first API call to first successful payment as quickly as possible.
Unlike traditional payment processors, Nijipe focuses on merchant-controlled settlement and non-custodial payment infrastructure.
Quick Start
The official SDK provides an intuitive, type-safe interface for the Nijipe API. Install it to create invoices and manage your payment infrastructure seamlessly.
import { Nijipe } from "@nijipe/sdk";const nijipe = new Nijipe({apiKey: process.env.NIJIPE_API_KEY!,});const invoice = await nijipe.invoices.create({amount: 1500,currency: "USD",});Contributing
Developers are encouraged to contribute examples, documentation improvements, bug reports, and feature suggestions.
Explore the Nijipe Developer Ecosystem
Documentation, SDKs, CLI tools, examples, and developer resources for building Bitcoin and Lightning payment experiences.