The Bitcoin Engineering School is the place where developers find all the ressources needed to become great Bitcoin & Lightning Enginners. We started the project to first help ourseleve deep dive into the Bitcoin engineering Rabbit Hole and second help other dev and engineers like who would like to contribute to Bitcoin. It has been a really and challenging journey so far but we have the first version.
With this first version 0.1 of the platform, anyone who would like start working on Bitcoin can join Bitdev or LN Dev course, get ressources and test codes.
Visit our website here :
Find here the project announcement by Yam with more details on the story :
🔗 https://medium.com/@mantynouyacoubou/announcement-of-bes-1-0-ef94e642a9a5
1- Alphonse :
- LinkedIn : https://www.linkedin.com/in/alphonsemehounme
- Twitter ❤️ : https://x.com/mehounme
2- Yam :
- LinkedIn ❤️ : https://www.linkedin.com/in/yam1st
- Twitter : https://x.com/yacoubo00975961/
Project Architecture
-
Back-end : Python + Flask
-
Front-end : HTML + CSS + JS
Follow this simple steps to install and run the project
- $ sudo apt-get update
- $ sudo apt-get install python3-pip python3-dev
- $ sudo pip3 install virtualenv
- $ git clone https://github.com/AlphonseMehounme/Bitcoin-Engineering-School.git
- $ virtualenv BES
- $ source BES/bin/activate
- $ pip install flask
- $ python3 -m api.v1.app
At this stage, you can easily use the product directly on the website to learn Bitcoin and Lightning Developement.
We are still working on this project and any feedback and contributions are welcome. Clone the project and open PR.
One related project is https://github.com/AlphonseMehounme/bitdev.
We will put all the ressources together so that their are all available in one place.
This is OpenSource at this stage. You can copy and use. But not sell.