Skip to content

A sketch of architectural ideas in how to make the cardano-node more modular and approachable.

Notifications You must be signed in to change notification settings

cardano-scaling/cardano-blueprint

Repository files navigation

Cardano Blueprint

A sketch of architectural ideas in how to make the cardano-node more modular and approachable.

Check it out

Building

The report is written using markdown and can be viewed via the Github rendering here or built into a HTML using nix:

nix build .#book

To open the result navigate your browser to result/index.html

Alternatively, you would need to have a mdbook, as well as the relevant preprocessors (see buildInputs in flake.nix) to produce the same output in build/ with:

mdbook build

Editing

We do use mdbook so with the tools installed or inside a nix develop shell, you can live preview the result with:

mdbook serve --open

See the mdbook manual or github flavored markdown for more information on what is available for editing.

About

A sketch of architectural ideas in how to make the cardano-node more modular and approachable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages