Learning resource for engineers who want to contribute to building Flow's products — Personal Operators for people and enterprises.
curriculum/ Structured lessons (foundations, blockchain, AI/ML, protocol engineering, agent systems)
knowledge-base/ Drafted articles (blog content preserved for future use)
website/ Docusaurus frontend (learn.flowresearch.tech)
scripts/ AI-assisted content generation tools
cd website
npm install
npm run start # local dev server
npm run build # production buildSee curriculum/00-intro.md for an overview of the learning path. Pull requests welcome.