Skip to content
Alessandro Siniscalchi edited this page Feb 2, 2026 · 13 revisions

brc721 Wiki

Welcome! This wiki covers the docs you need to run and operate the brc721 daemon: how to boot it, how to configure it, how to use wallets, how to craft protocol transactions, and how to query the REST API.

Start Here

Project Status

  • Experimental software; expect occasional breaking changes.
  • Works with Bitcoin Core mainnet, testnet, signet, and regtest (auto-detected).
  • Stores state in .brc721/<network>/ (SQLite + wallet files). Back up that folder if you care about data.

Contributing

  • Keep wiki edits ASCII-only.
  • Reference other pages with relative links so the GitHub UI stays consistent.
  • Note behavior differences if your instructions apply only to a specific commit or release.

Thanks for keeping the docs tidy and useful for the next operator who visits.

Clone this wiki locally