# Hello world

Welcome to the most exciting and state-of-the-art platform to build your blockchain application on ThunderCore Blockchain. If you are an Ethereum developer, developing on ThunderCore should be seamless and smooth as ThunderCore is fully Ethereum Virtual Machine (EVM) compatible and inherits most of the tools and libraries from Ethereum.

This page acts as a quick guide into the ThunderCore developer platform. You will find links to some useful resources and websites to get you to start building applications on ThunderCore. Feel free to reach out to us on [Telegram](https://t.me/thunder_official) when you need any help!

### Developer quick start

Our blockchain natively supports EVM compatible smart contracts. The tools required to develop on ThunderCore includes:

* Setup Metamask Wallet or other web wallet
* Deploy your contracts on ThunderCore
  * [Using Foundry](https://docs.developers.thundercore.com/deploying-on-thundercore/using-foundry)
  * [Using Hardhat](https://docs.developers.thundercore.com/deploying-on-thundercore/using-hardhat-include-create-a-project-steps)
  * [Using Remix](https://docs.developers.thundercore.com/deploying-on-thundercore/using-remix)
  * [Using Truffle](https://docs.developers.thundercore.com/deploying-on-thundercore/using-truffle)
* Testnet faucet: [https://faucet-testnet.thundercore.com/](https://faucet-testnet.thundercore.com)
* Blockchain Explorers
  * Mainnet: [https://explorer-mainnet.thundercore.com/](https://explorer-testnet.thundercore.com)
  * Testnet: [https://explorer-testnet.thundercore.com/](https://explorer-testnet.thundercore.com)
* The ThunderCore's external protocol is compatible with Ethereum. Your existing code supporting Ethereum has a good chance to work as-is

| Item             | References                                                                           |
| ---------------- | ------------------------------------------------------------------------------------ |
| Official Website | <https://www.thundercore.com>                                                        |
| Block Explorer   | [https://explorer-mainnet.thundercore.com](https://explorer-testnet.thundercore.com) |
| JSON-RPC         | <https://mainnet-rpc.thundercore.com>                                                |
|                  | <https://mainnet-rpc.thundertoken.net>                                               |
|                  | <https://mainnet-rpc.thundercore.io>                                                 |
|                  | `wss://mainnet-ws.thundercore.com`                                                   |
| Chain ID         | thunder-mainnet: 108 (0x6c)                                                          |

#### How do I get a ThunderCore address? <a href="#how-do-i-get-a-thundercore-address" id="how-do-i-get-a-thundercore-address"></a>

ThunderCore is Ethereum (EVM) compatible. Any address created for Ethereum will work on ThunderCore. You can use MetaMask and/or any other popular Ethereum wallet to create ThunderCore address. To access the ThunderCore blockchain all you will need to do is to point network RPC to one of the following:

| RPC                                    |
| -------------------------------------- |
| <https://mainnet-rpc.thundercore.com>  |
| <https://mainnet-rpc.thundertoken.net> |
| <https://mainnet-rpc.thundercore.io>   |

For detailed instructions, please check out our tutorial on getting your own [wallet](https://help.thundercore.com/hc/en-us/articles/900006700223-ThunderCore-Hub).

**Already have a DApp?**

* Migrate from Ethereum chain or other EVM based chain

  As long as it’s EVM compatible, you are all set!

  * [Deploying your DApp on Thundercore](https://docs.developers.thundercore.com/deploying-on-thundercore)
  * [DApp example](https://docs.developers.thundercore.com/deploying-on-thundercore/deploy-a-dapp)

#### Learn the basics of development

* [What is Ethereum?](https://blockgeeks.com/guides/ethereum/)
* [Full stack DApp tutorial series](https://kauri.io/#collections/Full%20Stack%20dApp%20Tutorial%20Series/full-stack-dapp-tutorial-series-intro/)
* [cryptozombies tutorial](https://cryptozombies.io)
* [Truffle tutorial](https://www.trufflesuite.com/docs/truffle/quickstart)
* [Dapp University](https://www.dappuniversity.com)

#### &#x20;Popular development tools

* [Hardhat](https://hardhat.org/tutorial/)
* [Remix](https://remix.ethereum.org/#optimize=false\&runs=200\&evmVersion=null\&version=soljson-v0.8.7+commit.e28d00a7.js)
* [Truffle suite docs](https://www.trufflesuite.com/docs)
* [Truffle tutorial](https://www.trufflesuite.com/tutorial)

### :tada:Keeping up with ThunderCore:tada:

**Join our community and stay up to date with our latest news and announcements!**:smile:

Telegram: <https://t.me/thunder_official>

Twitter: <https://twitter.com/ThunderCoreLab>

ThunderCore Blog:  <https://news.thundercore.com/>

View all communities: <https://help.thundercore.com/hc/en-us/articles/4409279468313-Join-our-community->

####

***
