{"id":17725445,"url":"https://github.com/jpcodes44/ackee_school_of_solana","last_synced_at":"2026-02-08T21:04:22.956Z","repository":{"id":258403604,"uuid":"867860436","full_name":"JPCodes44/ackee_school_of_solana","owner":"JPCodes44","description":"A comprehensive course covering Rust, Solana programming, security practices, and real-world blockchain development.","archived":false,"fork":false,"pushed_at":"2024-10-16T21:24:49.000Z","size":3778,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T21:05:45.982Z","etag":null,"topics":["blockchain","solana","spl-token","spl-token-2022"],"latest_commit_sha":null,"homepage":"https://ackee.xyz/school-of-solana","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JPCodes44.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-04T21:46:24.000Z","updated_at":"2024-10-16T21:24:52.000Z","dependencies_parsed_at":"2024-10-25T20:09:21.350Z","dependency_job_id":null,"html_url":"https://github.com/JPCodes44/ackee_school_of_solana","commit_stats":null,"previous_names":["jpcodes44/ackee_school_of_solana"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPCodes44%2Fackee_school_of_solana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPCodes44%2Fackee_school_of_solana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPCodes44%2Fackee_school_of_solana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JPCodes44%2Fackee_school_of_solana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JPCodes44","download_url":"https://codeload.github.com/JPCodes44/ackee_school_of_solana/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229565045,"owners_count":18093323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","solana","spl-token","spl-token-2022"],"created_at":"2024-10-25T16:04:32.259Z","updated_at":"2026-02-08T21:04:22.864Z","avatar_url":"https://github.com/JPCodes44.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎓 Ackee School of Solana\n\nThis repository contains my completed assignments, projects, and an on-chain Solana application developed as part of the [Ackee School of Solana](https://ackee.xyz/school-of-solana) course. The course covers a wide range of topics, from Rust and Solana programming models to building secure and efficient on-chain programs. Below is an overview of the topics explored.\n\n## 📚 Course Overview\n- [🌐 Introduction to Solana and Blockchain](#-introduction-to-solana-and-blockchain)\n- [⚙️ Introduction to Rust](#-introduction-to-rust)\n- [🛠️ Solana Programming Model I \u0026 II](#-solana-programming-model-i--ii)\n- [🔍 Best Development Practices and Debugging](#-best-development-practices-and-debugging)\n- [💻 Front-End for Solana Programs](#-front-end-for-solana-programs)\n- [🛡️ Solana Security](#-solana-security)\n- [🎮 Bonus \u0026 Guest Lectures](#-bonus--guest-lectures)\n\n---\n\n## 🌐 Introduction to Solana and Blockchain\n- A deep dive into Solana fundamentals, including Proof of History and Sealevel. \n- Setup of a proper local development environment for Solana.\n\n---\n\n## ⚙️ Introduction to Rust\n- Introduction to the Rust programming language, a critical tool for Solana development.\n- Overview of the principles behind Rust and how it ties into Solana's development ecosystem.\n- Introduction to Anchor, a Rust-based framework for developing on-chain programs.\n\n---\n\n## 🛠️ Solana Programming Model I \u0026 II\n- Understanding how programs on Solana store data and state using the Anchor framework.\n- Key concepts covered:\n  - Solana Accounts Structure\n  - Program Derived Addresses (PDAs)\n  - Cross-Program Invocations (CPIs)\n- Hands-on implementation of core Solana program logic.\n\n---\n\n## 🔍 Best Development Practices and Debugging\n- Tips and best practices for debugging and improving Solana programs.\n- Exploring common errors and solutions when working with Solana's programming model.\n\n---\n\n## 💻 Front-End for Solana Programs\n- Building the front-end for Solana applications using the official Solana scaffold.\n- Full-stack development integration of the on-chain program with a web-based interface.\n\n---\n\n## 🛡️ Solana Security\n- Exploring security vulnerabilities in Solana on-chain programs.\n- How to identify and avoid common pitfalls in smart contract security on Solana.\n- Best practices to prevent exploits and secure programs.\n\n---\n\n## 🎮 Bonus \u0026 Guest Lectures\n- **SPL Tokens**: Implementation of programs handling arbitrary SPL tokens.\n- **Gaming on Solana**: Creating a simple game using the Unity SDK, guided by guest lecturer Jonas Hahn from the Solana Foundation.\n- **Token-2022**: Introduction to Token-2022, a token standard that unlocks new business standards and use cases on Solana.\n\n---\n\n## 📝 Course Assignments \u0026 Projects\nAll assignments and projects completed throughout the course are documented and uploaded in this repository. They include:\n- Sample on-chain Solana applications.\n- Front-end integration for Solana programs.\n- Implementations of best practices for debugging and optimizing Solana programs.\n\n---\n\n🌟 **Acknowledgments**:\n- Special thanks to the instructors and guest lecturers at [Ackee School of Solana](https://ackee.xyz/school-of-solana) for providing comprehensive knowledge on Solana development.\n- Feel free to explore the code and contribute to improvements!\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcodes44%2Fackee_school_of_solana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpcodes44%2Fackee_school_of_solana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcodes44%2Fackee_school_of_solana/lists"}