An open API service indexing awesome lists of open source software.

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

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).