create-cash-api
v1.1.0
Published
Bootstrap a monetized AI service using Bitcoin Cash 402 protocol
Maintainers
Readme
create-cash-api
The official CLI tool to bootstrap production-ready AI services powered by Bitcoin Cash (BCH) and the x402 protocol.
Features
- Instant Scaffolding: Generates a complete Express + x402 + Gemini project in seconds.
- Pre-configured: Includes on-chain validation logic and Gemni AI integration.
- Ready for Prod: Comes with
.envtemplates (including the global Gemini key) and READMEs.
Installation
npm install -g create-cash-apiUsage
create-cash-api my-awesome-agent
cd my-awesome-agent
npm install
npm startThis will start a local server at http://localhost:3000 with:
POST /analyze: A monetized AI sentiment analysis endpoint.GET /.well-known/402.json: An x402 discovery manifest.
License
MIT
