# 1. Configuration

1. Fork the v33-X GitHub repo:&#x20;

{% embed url="<https://github.com/Paradox1188/lil-token-Contracts>" %}

2. Copy the example .env file and run it in your terminal:

```
cp .env.example .env
```

3. Edit the .env file with actual values

```
PRIVATE_KEY= private key of deployer wallet, can export from Metamask
SCAN_API_KEY= API key from block explorer of chain (eg. etherscan, polygonscan, etc.)
RPC_URL= Chain RPC URL from Alchemy (HTTPS API Key)
```

4. Update chainID in **hardhat.config.js** to the chain you are deploying on.

<figure><img src="/files/yyXhi2Srgj1YuhTZBdkC" alt=""><figcaption><p>Settings box in hardhat.config.js</p></figcaption></figure>

5. Run yarn to install packages:

```
yarn
```


---

# 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://paradox-2.gitbook.io/v33x/developers/core/1.-configuration.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.
