> For the complete documentation index, see [llms.txt](https://bootcamp.openguild.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bootcamp.openguild.wtf/smart-contract-development/introduction/getting-started-with-solidity-development.md).

# 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`
