> For the complete documentation index, see [llms.txt](https://chihaolu.gitbook.io/dappchef/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chihaolu.gitbook.io/dappchef/overview/what-is-dappchef.md).

# What is DappChef

Including learning roadmap and coding problems for Smart Contract Construction, Dapp Development and some theories like Cryptography.&#x20;

For Web3 Leaning, there is a existed project named [CryptoZombies](https://cryptozombies.io/), but it works like a Text(Raw Code) Validator, not truly compiles the user code and checks its function by testing data.\
\
With the <mark style="background-color:yellow;">**Solidity Online Judging System**</mark>, DappChef provides many Smart Contract Coding Problems for user to practice coding in our website.\
\
Roadmap System is a Problem & Statement Set which will systematically provided for users who has specific proposes. For example, if someone wants to become a smart contract developer from 0 to 1, he/she can choose “Beginner” and complete the whole problem set.\
\
DappChef will also provide some Company Interview Problems, Senior Developer Roadmap and others special services in the future.&#x20;

For the blockchain community improvment, you can [apply the launchpad](/dappchef/partnership/apply-self-problems.md) of uploading your problems & solutions. Or check our Partnership Program!

{% embed url="<https://www.youtube.com/watch?v=b0bn2K0n97A>" %}

### Link Tree

* [Official Website](https://dappchef.com)
* [Twitter](https://twitter.com/DappChef)
* [Opensea](https://testnets.opensea.io/collection/dappchef-badges)
* [RewardNFT(StatusDB) Contract on Goerli](https://goerli.etherscan.io/address/0x7C26979dB762Ef90Cea0cB2931Fc22c1fe875b1F)
* [Deployer(SubmitDB) Contract on Goerli](https://goerli.etherscan.io/address/0x70D71426fC44759f11a5Ffd5472459259267Ed83)
* Check out the [Gitbook](https://chihaolu.gitbook.io/dappchef/) to overview the User Guide & White Paper.
* Check out the [Gituhb Discussions](https://github.com/SWF-Lab/DappChef/discussions) to ask a question about Problems in the DappChef.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://chihaolu.gitbook.io/dappchef/overview/what-is-dappchef.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
