> For the complete documentation index, see [llms.txt](https://docs.bitcichain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitcichain.com/developers/build-on-bitcichain.md).

# Build on BitciChain

Welcome to BitciChain, where you can build and deploy decentralized applications, create custom tokens, and interact with a robust blockchain network. Whether you're a developer, entrepreneur, or blockchain enthusiast, BitciChain offers the tools and infrastructure to bring your ideas to life.

### Getting Started

#### Setting Up Your Development Environment

1. **Node.js and NPM**: Ensure [Node.js](https://nodejs.org/) and NPM are installed on your machine.
2. **Remix and MetaMask**: Connect to BitciChain using Remix and MetaMask. Refer to our guide on [Connecting to BitciChain](/developers/connect-to-bitcichain.md) for detailed instructions.

### Deploying Smart Contracts

#### Deploying with Remix and MetaMask

Follow our guide on [Deploying Smart Contracts with Remix and MetaMask](/developers/build-on-bitcichain/using-remix-ide.md) to learn how to deploy your own smart contracts on BitciChain using Remix and MetaMask.

#### Deploying with Node.js and Hardhat

Learn how to create and deploy an ERC-20 token on BitciChain using Node.js and Hardhat. Follow our guide on [Creating and Deploying an ERC-20 Token with Node.js and Hardhat](/developers/build-on-bitcichain/using-hardhat.md).


---

# 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://docs.bitcichain.com/developers/build-on-bitcichain.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.
