Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 629 Bytes

File metadata and controls

17 lines (13 loc) · 629 Bytes

Bitcoin emails

Our team is a group of Bitcoin lovers that want to analyze Satoshi emails recently public: https://mmalmi.github.io/satoshi

Plan

  1. Goal: to understand the motives behind Satoshi many architectural decisions related to Bitcoin
  2. Timeline
  • 1st week: filter important emails
  • 2nd - 3rd: summarize filtered emails
  • 4th - 5th: aggregate summary into a story

All contributions will be posted here

Contribution guidelines

  1. Create a different branch: git checkout -B <name>/<task>
  2. Push to repo: git push --set-upstream origin <name>/<task>
  3. Create PRs to merge branch <name>/<task> into main