btczee
is a Bitcoin protocol implementation in Zig. It aims to provide a clean and simple implementation of the Bitcoin protocol. The goal is to have a fully functional Bitcoin node that can be used to interact with the Bitcoin network.
You can find the architecture of the project in the docs/architecture.md file.
zig build run
zig build test --summary all
zig build -Doptimize=ReleaseFast
zig build bench
You can generate the documentation by running the following command:
zig build docs
You can find the roadmap of the project in the docs/roadmap.md file.
btczee
is licensed under the MIT license. See the LICENSE file for more details.