# Documentation

Coming Soon

Everything you need to build on GeeqEVM

## Quick Start

Get started with GeeqEVM in minutes. Install your preferred development framework and configure it for GeeqEVM.

### Using Hardhat

```
npm install --save-dev hardhat
```

### Using Foundry

```
curl -L https://foundry.paradigm.xyz | bash && foundryup
```

## Documentation Sections

[**Getting Started** \ 
\ 
Set up your development environment and deploy your first contract](/content/evm/docs#getting-started/index.html)  
[**Network Configuration** \ 
\ 
Configure your tools to connect to GeeqEVM](/content/evm/docs#network/index.html)  
[**Smart Contracts** \ 
\ 
Write and deploy Solidity contracts on GeeqEVM](/content/evm/docs#contracts/index.html)  
[**API Reference** \ 
\ 
Complete API documentation for developers](/content/evm/api-reference/index.html)
