# 1. Astar Environment Configuration

## 1. Create a new Astar Project

Visit [ChainIDE](https://chainide.com/) and click the "Code Smarter" button on the front page as shown in the figure below.

<figure><img src="/files/E2s620zs5ue4toLAI725" alt=""><figcaption></figcaption></figure>

Here, you will choose your login method, which includes two options: GitHub and Guest. For this tutorial, select GitHub login, as later on, the use of the Sandbox requires users to log in with GitHub.

<figure><img src="/files/40Vb1VYwzyk2a70sShIw" alt=""><figcaption></figcaption></figure>

Click the "New Project" button.

<figure><img src="/files/vhIq3OvV8GJBN15kJdFn" alt=""><figcaption></figcaption></figure>

A pop-up window will appear. On the left side of the pop-up, select "Astar," and on the right side, choose the corresponding smart contract environment (EVM or WASM). Then, click to create a project using a template.

<figure><img src="/files/7M8sTsq4AgT8vo4HhHii" alt=""><figcaption></figcaption></figure>

## 2. Configure Wallet

Astar IDE provides support for two smart contract environments: EVM and WASM. EVM is compatible with the Metamask wallet, while WASM supports four wallets: Polkadot Wallet, Sub Wallet, Math Wallet, and Talisman Wallet.

### 2.1 Wallets Supporting EVM

#### 2.1.1 Metamask (Recommended)

> &#x20;<https://metamask.io/>&#x20;

### 2.2 Wallets Supporting WASM

#### 2.2.1 Polkadot Wallet (Recommended)

> &#x20;<https://polkadot.js.org/extension/>

#### 2.2.2 Sub Wallet

> <https://www.subwallet.app/>

#### 2.2.3 Math Wallet

> <https://mathwallet.org/>

#### 2.2.4 Talisman Wallet

> <https://www.talisman.xyz/>

## 3. Acquiring test tokens

A faucet is the site/place where you can get test tokens. Faucets are available for all Shibuya accounts and empty Astar and Shiden accounts. Use them to make sure your wallet has enough assets to cover the cost of deployment and pay transaction gas

Tutorial on Acquiring Test Tokens: <https://docs.astar.network/docs/build/environment/faucet>


---

# 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://chainide.gitbook.io/chainide-english-1/ethereum-ide-1/12.-astar-ide/1.-astar-environment-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.
