Commit Graph

15 Commits

Author SHA1 Message Date
LORDBABUINO 52fb5b4c39 docs: use scripts/setup.sh in readme quickstart
Replace the giant inline bootstrap-and-scan bash block with the
setup.sh script that already does the same thing (and is maintained
alongside the regtest harness). The reader sees four short steps —
setup, start API, scan, CLI alternative — instead of 40 lines of
shell to copy-paste correctly.
2026-05-11 20:22:10 -03:00
LORDBABUINO a24dc0aa1f docs: point readme bitcoin.conf section to bitcoin.conf.example
Replace the inline cat heredoc with a single cp instruction so the
example config stays canonical (the file is already in the repo and
also drives ./scripts/setup.sh).
2026-05-11 20:21:43 -03:00
LORDBABUINO 9e1cadcc5e Merge remote-tracking branch 'origin/main' into satsfy-pr17-rebase
# Conflicts:
#	Cargo.toml
#	README.md
#	bitcoin.conf.example
2026-05-11 20:17:44 -03:00
Renato Britto 780c3122bd feat(docs): add docs for api package 2026-04-09 17:55:36 -03:00
Renato Britto 41098fc209 fixup! feat(docs): update README for cli rust crate instructions 2026-04-09 16:27:07 -03:00
Renato Britto fc2d7007ac feat(docs): update README for cli rust crate instructions 2026-04-05 00:09:10 -03:00
Renato Britto 7700cfcbb1 feat(docs): update README to reflect rust refactor 2026-03-30 23:12:08 -03:00
LORDBABUINO d6e16171cf docs: add GOVERNANCE.md, LICENSE, and rewrite README for clarity
Establish maintainer-led governance, add MIT license, and restructure
README to lead with mission and roadmap for grant and contributor audiences.
2026-03-23 16:03:10 -03:00
LORDBABUINO caba1d9464 docs: update README to reflect cleanup and datadir config
- Update config.ini example to show datadir setting
- Fix bitcoin-cli command to include -datadir=bitcoin-data
- Expand project structure tree to show current file layout
2026-03-06 05:46:53 -03:00
LORDBABUINO b8e4f03695 Feat: add config.ini for blockchain connection settings 2026-02-27 02:55:07 -03:00
Breno Brito 374e185ba1 docs: align taxonomy and report model with detector output 2026-02-27 02:41:05 -03:00
LORDBABUINO 00ab3c10f7 Docs: add installation and run instructions to README 2026-02-27 02:18:09 -03:00
Breno Brito 48de6af723 Add Slidev pitch presentation 2026-02-27 02:06:31 -03:00
LORDBABUINO 7f2bc724a1 Docs: write project README
Add full README covering purpose, the four privacy vulnerabilities
detected (address reuse, dust spend, UTXO consolidation, CIOH),
usage instructions, project structure, and a privacy notice.
2026-02-27 02:06:26 -03:00
Miranda 8a543f27f6 first commit 2026-02-26 19:56:56 -03:00