Spaces:
Running
Running
File size: 1,003 Bytes
52e82c9 4d0f3f1 52e82c9 4d0f3f1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | ---
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)
|