nullstate-source / README.md
NullState Team
Source mirror: NullState core
4d0f3f1
|
Raw
History Blame Contribute Delete
1 kB
---
title: NullState Source
emoji: πŸ“¦
colorFrom: green
colorTo: gray
sdk: static
pinned: false
license: mit
---
# NullState Source Code Mirror
Open-source payment infrastructure for AI agents. Self-hosted, multi-protocol.
**License**: MIT
**Full source at**: [github.com/nullstate/nullstate](https://github.com/nullstate/nullstate) _(coming soon)_
## Contents
- `src/` β€” Core gateway, protocols, extensions
- `docs/` β€” Full documentation
- `examples/` β€” Demo store and integration examples
- `nullstate-website/` β€” Product website (Docusaurus)
## Quick Deploy
```bash
pip install -r requirements.txt --break-system-packages
python3 src/network/gateway.py
```
Or for the full suite:
```bash
python3 src/system/daemon_loop.py
```
## Protocols
- x402 β€” HTTP 402 micropayments
- AP2 β€” RSA-signed agent mandates
- MCP β€” Model Context Protocol
- KYA β€” Agent identity
[Live gateway](https://greensol.me/nullstate) Β· [Documentation](https://greensol.me/nullstate/docs/quickstart)