# Development

Another great thing about the blockchain is that the fundamental technology and most of the projects that are on the blockchain are open-source. That means anyone can view the code that is used to build and develop these blockchain protocols.

Along with a link to their community Discord, some projects also have links to their Github. Github is a place where developers can publicly store the code that runs the project. Github keeps records of all changes to the codebase, and allows other people to view and store their own local copies of it. Github is a great resource for those who are curious about the development side of blockchain and are interested in learning more.

![Uniswap’s Github page](https://cdn-images-1.medium.com/max/1600/1*c2HSINswrwDLB-pKKtwx1Q.png)

There are a lot of resources for those who are interested in learning blockchain development. There are open-source projects that welcome developers, and hackathons that are a great developing experience for people interesting in joining the developer community. Here are the latest hackathons hosted by [Solana](https://solana.com/riptide) and [Polygon](https://web3.ethglobal.com/).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dantheman8300.gitbook.io/beginners-guide-joining-the-world-of-blockchain/what-can-i-do-on-the-blockchain/development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
