Spaces:
Running
Running
| 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) | |