https://github.com/freenet/delta
Decentralized website builder on Freenet
https://github.com/freenet/delta
Last synced: about 1 month ago
JSON representation
Decentralized website builder on Freenet
- Host: GitHub
- URL: https://github.com/freenet/delta
- Owner: freenet
- License: lgpl-3.0
- Created: 2026-04-02T17:14:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-29T14:45:36.000Z (about 2 months ago)
- Last Synced: 2026-04-29T15:34:35.088Z (about 2 months ago)
- Language: Rust
- Size: 1.15 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Delta
Delta is a decentralized publishing app built on [Freenet](https://freenet.org).
## Try It
If you have Freenet running locally, open Delta in your browser:
Not running Freenet yet? See the [Freenet quickstart](https://freenet.org/quickstart).
## Repository Layout
- `contracts/site-contract` — the site contract (shared state)
- `delegates/site-delegate` — the site delegate (private state / signing)
- `common` — shared types used by contract, delegate, and UI
- `ui` — the Delta web UI
- `legacy_contracts.toml` / `legacy_delegates.toml` — WASM migration manifests
## License
See [LICENSE](LICENSE).