> 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/start-building-on-taraxa.md).

# Start building on Taraxa!

## tl;dr where's the example?&#x20;

Here's a [step-by-step smart contract deployment example](/taraxa-network/develop/smart-contracts/remix.md).&#x20;

## Building on Taraxa's EVM-compatible Network = super easy

Hi! Thanks for checking out Taraxa's Layer-1 network. Here are a few quick links to get you started right away.&#x20;

* [Create a wallet](/taraxa-network/wallet.md) using tools you're already familiar with such as Metamask and Ledger
* Get some [testnet tokens from the faucet](https://testnet.explorer.taraxa.io/faucet) on the Taraxa Explorer
* [Connecting to the Taraxa network](/taraxa-network/develop/connect-to-taraxas-network.md) via our dev deployed RPC endpoint, or running a node of your own&#x20;
* [Deploying a smart contract](/taraxa-network/develop/smart-contracts.md) is super easy, all ETH-compatible tools just work&#x20;
* Using [common ETH frameworks and a few dApp deployment examples](/taraxa-network/develop/common-frameworks-and-examples.md) via video walkthroughs
* [Oracles](/taraxa-network/develop/oracles.md) available on Taraxa for your DeFi needs.
* [Taraxa RPC specifications](/taraxa-network/develop/taraxa-rpc-specs.md) highlights Taraxa's near-100% compatibility with ETH's RPC specs, with a few minor quirks & exceptions

Let's get building!&#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/start-building-on-taraxa.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.
