forked from ark-bitcoin/docs
No description
- HTML 100%
Ark docs
This is the documentation for the Ark protocol and tooling by Second.
Contributing
I recommend to use uv.
On Linux and macOS it can be installed using
curl -LsSf https://astral.sh/uv/install.sh | sh
To see the docs locally run
uv run mkdocs serve --watch .
Updating dependencies
Make sure you edit the pyproject.toml file.
You can either do it manually or using uv
uv add my-new-python-dependency
Ensure the change is reflected in requirements.txt
uv pip compile pyproject.toml -o requirements.txt