# Dapp Development

### How to start

{% embed url="<https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13>" %}

### Development Tools

#### Hardhat tutorial

{% embed url="<https://hardhat.org/tutorial>" %}

### Libraries

#### Ethers.js

{% embed url="<https://docs.ethers.io/v5>" %}

#### Ethers.js Cheat Sheet by[ @hideckies](https://twitter.com/hideckies)

{% embed url="<https://dev.to/hideckies/ethers-js-cheat-sheet-1h5j>" %}

#### Web3.js vs. Ethers.js by [@infura\_io](https://twitter.com/infura_io)

{% embed url="<https://blog.infura.io/ethereum-javascript-libraries-web3-js-vs-ethers-js-part-i>" %}

{% embed url="<https://bestofreactjs.com/repo/0xMaxim-Web3-js-vs-Ethers-js-react-react-integration>" %}

### Projects

#### How to deploy your first smart contract on Ethereum with Solidity and Hardhat

{% embed url="<https://dev.to/stermi/how-to-deploy-your-first-smart-contract-on-ethereum-with-solidity-and-hardhat-5efc>" %}

#### How to build a full NFT marketplace on Ethereum

{% embed url="<https://youtu.be/GKJBEEXUha0>" %}


---

# 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://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/dapp-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.
