> For the complete documentation index, see [llms.txt](https://taraxa.gitbook.io/taraxa-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taraxa.gitbook.io/taraxa-network/develop/common-frameworks-and-examples.md).

# Common frameworks & Examples

## Using ETH Ecosystem Frameworks on Taraxa

Taraxa is 100% EVM-compatible, that means there's nothing new to learn! Use your favorite frameworks from the ETH ecosystem and they will just work on Taraxa.&#x20;

Here you can find a few video walkthroughs of how to set up common ETH frameworks on Taraxa,&#x20;

* Foundry: [https://youtu.be/5\_6IqRoYQ24 ](<https://youtu.be/5_6IqRoYQ24 >)&#x20;
* Hardhat: [https://youtu.be/8OrXHyBzgk4 ](<https://youtu.be/8OrXHyBzgk4 >)

## Deployment Examples

Here are a few common dApp deployment examples,&#x20;

* Deploying a NFT Part 1/2 - Contracts: [https://youtu.be/HhzVPXqH\_d0  ](<https://youtu.be/HhzVPXqH_d0  >)
* Deploying a NFT part 2/2 - Frontend: [https://youtu.be/FuWQ7JzQeBM  ](<https://youtu.be/FuWQ7JzQeBM  >)
* Working with Echo's Social AI data: <https://youtu.be/h6bTIF59sOc>&#x20;


---

# 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:

```
GET https://taraxa.gitbook.io/taraxa-network/develop/common-frameworks-and-examples.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.
