# Tutorials

We believe that the best way to learn how to build a DApp on the InfraBlockchain-Antelope blockchain is to be guided step-by-step to build something tangible that can be observed by other users. For that reason we are going to start off with a minimal interaction with the InfraBlockchain-Antelope blockchain, followed by building a simple to-do list application.

### Create a testnet account, repeat this process as much as you need for development purposes

1. Generate keys either using `infra-cli` command line wallet or another tool
2. Use the Testnet Faucet to create an account and get some testnet system token
3. Import those keys into your wallet of choice, and write them down somewhere you will not lose them!


---

# 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://docs.infrablockchain.net/infrablockchain-antelope/for-developers/developer-guides-infrablockchain-antelope-native/tutorials.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.
