Our team is a group of Bitcoin lovers that want to analyze Satoshi emails recently public: https://mmalmi.github.io/satoshi
- Goal: to understand the motives behind Satoshi many architectural decisions related to Bitcoin
- Timeline
- 1st week: filter important emails
- 2nd - 3rd: summarize filtered emails
- 4th - 5th: aggregate summary into a story
All contributions will be posted here
- Create a different branch:
git checkout -B <name>/<task>
- Push to repo:
git push --set-upstream origin <name>/<task>
- Create PRs to merge branch
<name>/<task>
into main