# Getting started with Solidity development

## Set up overview

### Online IDE

* [Remix IDE](https://remix.ethereum.org/#lang=en\&optimize=false\&runs=200\&evmVersion=null)

### Wallet

* Download Metamask Wallet at [https://Metamask.io/](https://metamask.io/)
* Create wallet
* Add network
  * Network name: `Asset-Hub Westend Testnet`
  * RPC URL URL: <https://westend-asset-hub-eth-rpc.polkadot.io>
  * Chain ID: `420420421`
  * Currency Symbol: `WND`
  * Block Explorer URL: <https://assethub-westend.subscan.io>

### Testnet WND

* Go to <https://faucet.polkadot.io/westend?parachain=1000>
* Enter your wallet address to receive testnet `WND`


---

# 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://bootcamp.openguild.wtf/smart-contract-development/introduction/getting-started-with-solidity-development.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.
