This repo has been forked from SF Bitcoin Devs and follows guidance from NYC BitDevs on Running a Great Socratic Seminar.
These are good places to start when compiling the reading List:
- Bitcoin Optech - https://bitcoinops.org/en/publications/
- bitcoin-dev - https://lists.linuxfoundation.org/pipermail/bitcoin-dev/
- lightning-dev - https://lists.linuxfoundation.org/pipermail/lightning-dev/
- Murch's Twitter - https://twitter.com/murchandamus
- Bitcoin PR Review Club - https://bitcoincore.reviews/
- BitMEX Research - https://blog.bitmex.com/research/
- Blockstream Blog - https://blog.blockstream.com/
Other BitDevs Groups:
- Atlanta BitDevs - https://atlantabitdevs.org/
- Austin BitDevs - https://austinbitdevs.com/
- BitDevs LA - https://bitdevsla.org/
- BitDevs NYC - https://bitdevs.org/
- Chicago BitDevs - http://chibitdevs.org/
- DC BitDevs - https://dcbitdevs.org/
- Denver BitDevs - http://denverbitdevs.com/
- SF Bitcoin Devs - https://sfbitcoindevs.org/
- Triangle BitDevs - https://trianglebitdevs.org/
Music to listen to while compiling.
If you don't have rust installed yet, get it here.
This project uses just, which can be installed with:
cargo install just
You may also need to install zola
After that, you can run things locally with:
just serve
See the justfile
for more commands.