Unpack AI BL101
is a 5-week long online bootcamp teaching you the basic knowledge about blockchain ecosystem.
Choose a Course/Work Notebook from
and open it in Juypter
or Google Colab
- πΆπΎββοΈ go to: mentors/README.md
pip install bl101==2.9
No branching: only main
branch:
- developing in /πSandbox
- production code in /course_notebooks
Switching to GitHub flow
later, maybe ...
- π¨βπ» = feat (a new feature)
- π¦ = fix (a bug fix)
- π = docs (changes a documentation)
- π·ββοΈ = refactor (refactoring production code)
- π¬ = test (adding tests, refactoring test, no production code change)
- π = style (formatting, missing semi colons, etc; no code changes)
- π§ = chore (updating build tasks, package manager configs; no production code change)
- π = orga (organizational task, e.g. change folder structure)