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