Getting Started

Build the workspace before generating API docs:

./scripts/docs-build.sh

Use the packages directly from a Sigil program:

(import (sigil bitcoin keys)
        (sigil bitcoin tx)
        (sigil bitcoin script))

Common entry points:

Serve the generated site locally:

./scripts/docs-serve.sh