Skip to content

Commit

Permalink
students
Browse files Browse the repository at this point in the history
  • Loading branch information
glasgowm148 committed Oct 2, 2024
1 parent e3c9385 commit 70d917c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 20 deletions.
6 changes: 6 additions & 0 deletions docs/dev/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ Ergo also supports advanced [data structures](data-structures.md) like [AVL+ Tre
"url": "https://www.youtube.com/watch?v=qR0_k7VH6KI&list=PLopsKGshj0B4BpMoSMh5hQk8gVfWk-si6"
},

{
"title": "📚 DeCo Education docs",
"content": "DeCo steps you through eUTXO & NFTs, dApp Development and Multi-Stage Tx's & Smart Contracts",
"url": "https://deco-education.github.io/deco-docs/docs/category/into-the-woods"
},


{
"title": "📹 Ergo Blockchain Crash Course",
Expand Down
47 changes: 28 additions & 19 deletions docs/students/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,40 @@

If you're a student interested in learning about the Ergo blockchain and its ecosystem, this guide is designed to provide you with a comprehensive introduction and valuable resources to kickstart your journey.


## Intersections with Computer Science
As a student, you have the opportunity to leverage your academic knowledge in computer science and apply it to the innovative field of blockchain development, particularly with the Ergo platform. This section explores the intersections between various computer science disciplines and the tasks involved in building and maintaining blockchain systems, enabling you to bridge the gap between theory and practice.

- **Databases**: Utilize your skills in relational and non-relational database systems to build blockchain indexers and manage transactional data on the Ergo platform. The UTXO model in Ergo provides a unique perspective on data management and state representation.
- **Programming Languages**: Develop smart contracts using [ErgoScript](ergoscript.md), a powerful language designed for the Ergo blockchain. Leverage your knowledge of functional programming, domain-specific languages, and language design principles to contribute to the evolution of ErgoScript and its compilers.
- **Networks**: Engage with the [peer-to-peer (P2P)](p2p.md) layer of Ergo, drawing upon your expertise in distributed systems and network architecture. Understanding Ergo's consensus mechanism and network protocols will enhance your ability to optimize and secure the network.
- **Systems Programming**: Explore the low-level operations of the Ergo platform, focusing on how ErgoTree scripts are executed and how the sigmastate-interpreter functions. This will deepen your understanding of blockchain systems programming.
- **Compiler Design**: Apply principles of language design and compiler development to create or enhance smart contract tooling for ErgoScript. This involves understanding the compilation process from high-level ErgoScript to low-level ErgoTree.
- **Backend Systems**: Develop API endpoints for Ergo nodes, utilizing your skills in server-side programming and database integration. This will support the interaction between decentralized applications and the Ergo blockchain.
- **Operating Systems**: Contribute to the infrastructure and performance optimization of Ergo nodes by addressing challenges related to concurrency, resource management, and low-level system interactions. The unique storage rent feature in Ergo offers an interesting case study in resource management.
- **DevOps**: Deploy and maintain decentralized application infrastructure on the Ergo platform by leveraging skills in automation, containerization, and cloud services. This ensures robust and scalable blockchain solutions.
- **Cryptography**: Design secure transactions and privacy-preserving features on Ergo by implementing advanced cryptographic algorithms and protocols. Ergo's use of Sigma protocols and other cryptographic techniques provides a rich area for exploration.
- **Security**: Implement privacy-enhancing protocols on the Ergo platform by employing cryptographic techniques such as Sigma protocols and zero-knowledge proofs. These are integral to ensuring the security and privacy of transactions on Ergo.

## Getting Started

Before diving into the technical aspects, it's essential to understand the fundamental concepts and principles behind Ergo. Here are some recommended resources to help you get started:

- **[Why Ergo?](why.md)**: Get a concise overview of Ergo, its standout features, and the technology and decisions that power it.
- **[FAQ](faq.md)**: Find answers to the most common questions about Ergo.
- **[Ergo Platform Overview](get-started.md#ergo-platform-overview)**: Explore the key features of Ergo, including ErgoScript, the eUTXO model, Autolykos, NiPoPoWs, and more.
- **[Ergo Community Resources](get-started.md#ergo-community-resources)**: Discover various community-driven resources, including analytics, knowledge bases, and ecosystem directories.
- **[FAQ](faq.md)**: Find answers to the most common questions about Ergo.
- **[Introductory Resources](get-started.md#introductory-resources)**: Check out the recommended introductory videos, courses, and resources to gain a solid foundation in blockchain technology and Ergo.
- **Chatbots**: Chatbots can provide quick information access but have limitations. The Ergo chatbots are trained on documentation and may hallucinate or err on topics outside their training data. For general Ergo or ErgoScript questions, try the [**General Ergo Chatbot**](https://www.chatbase.co/chatbot-iframe/zxB2uzZfYoHIpA98eTzgM) or [**ErgoScript Chatbot**](https://www.chatbase.co/chatbot-iframe/INAIfQ2ts4E6ykf4rseVu). For complex or in-depth queries, refer to official documentation, engage with the community, or seek guidance from experienced developers.

Engaging with the Ergo community and collaborating with other students and developers can greatly enhance your learning experience. Here are some ways to get involved:

- **[Connect with the Community](get-started.md#connect-with-our-community)**: Join the Ergo community on Discord, participate in hackathons, and explore contribution opportunities.
- **[Ergonaut Space](https://ergonaut.space/)**: Explore the community-driven wiki filled with insights and information about Ergo.
- **[Ergo Forum](https://www.ergoforum.org/)**: Participate in discussions, ask questions, and share your knowledge on the Ergo Forum.
- **[GitHub Repositories](https://github.com/ergoplatform)**: Explore the official Ergo repositories on GitHub and contribute to open-source projects.

Remember, learning is a continuous journey, and the Ergo ecosystem is constantly evolving. Stay curious, engage with the community, and don't hesitate to ask questions or seek guidance from experienced developers and contributors.


## Learning ErgoScript

Expand All @@ -22,21 +48,4 @@ ErgoScript is a powerful scripting language that enables the creation of flexibl
- **[ErgoScript Tooling](get-started.md#tooling)**: Discover various tools and libraries for working with ErgoScript, including compilers, language support, and frameworks.
- **[ErgoScript Courses](get-started.md#courses)**: Consider taking one of the recommended courses to deepen your understanding of ErgoScript and the Ergo ecosystem.

## Hands-on Learning

Practical experience is essential for solidifying your understanding of blockchain technology and Ergo. Here are some resources to help you get hands-on experience:

- **[Ergo Platform Basic Starter Tutorial](basics.md)**: A beginner-friendly tutorial to help you get started with the Ergo platform.
- **[Tutorials and Guides](get-started.md#transactional-basics)**: Explore various tutorials and guides on creating and sending transactions, signing transactions, and working with tokens and NFTs.
- **[Introductory Resources](get-started.md#introductory-resources)**: Check out the recommended introductory videos, courses, and resources to gain a solid foundation in blockchain technology and Ergo.

## Community and Collaboration

Engaging with the Ergo community and collaborating with other students and developers can greatly enhance your learning experience. Here are some ways to get involved:

- **[Connect with the Community](get-started.md#connect-with-our-community)**: Join the Ergo community on Discord, participate in hackathons, and explore contribution opportunities.
- **[Ergonaut Space](https://ergonaut.space/)**: Explore the community-driven wiki filled with insights and information about Ergo.
- **[Ergo Forum](https://www.ergoforum.org/)**: Participate in discussions, ask questions, and share your knowledge on the Ergo Forum.
- **[GitHub Repositories](https://github.com/ergoplatform)**: Explore the official Ergo repositories on GitHub and contribute to open-source projects.

Remember, learning is a continuous journey, and the Ergo ecosystem is constantly evolving. Stay curious, engage with the community, and don't hesitate to ask questions or seek guidance from experienced developers and contributors.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,9 @@ nav:

- Developers:
- dev/get-started.md
- 📌 Getting Started: dev/get-started.md
- 📌 Getting Started:
- dev/get-started.md
- Students: students/index.md
- Data Model:
- Box:
- dev/data-model/box.md
Expand Down

0 comments on commit 70d917c

Please sign in to comment.