# Launching Your Dapp on E Money Network

#### Overview[​](https://docs.avax.network/dapps/launch-your-ethereum-dapp#overview)​

E Money Network provides developers with all the help and resources necessary to get to grips with E Money Network. This will help companies launch their existing Dapps on the E Money network. With step-by-step instructions, we will show developers and users how E Money Network works. This includes details on how to connect to the network using your existing tools and environments. We go on to discuss the common pitfalls you need to consider when running, developing and deploying your Dapps in the E Money Network environment.

#### Platform Basics[​](https://docs.avax.network/dapps/launch-your-ethereum-dapp#platform-basics)​

E Money Network is a first-in-class, regulated Bank on a chain with Decentralised Finance (DeFi) capabilities intrinsically built into the chain.

Our E Money Network is a blazingly fast Byzantine fault-tolerant blockchain with a core KYC & AML module included in the consensus mechanism at the protocol level.

It is the world’s first licensed and secured infrastructure providing a suite of banking products to empower millions of business & retail customers.&#x20;

#### Accessing E Money Network

**Using MetaMask**[**​**](https://docs.avax.network/dapps/launch-your-ethereum-dapp#through-metamask)**​**

You can access the E Money Network using a MetaMask app by defining it as a custom network. To do this you need to go to the MetaMask app, log in, click the network dropdown and select 'Custom RPC'.

**E Money Network Testnet Settings:**[**​**](https://docs.avax.network/dapps/launch-your-ethereum-dapp#avalanche-mainnet-settings)**​**

* Network Name: E Money Network Testnet
* RPC URL:[ https://testnet.emoney.network](https://testnet.emoney.network/)​
* ChainID: 4544
* Symbol: TEMYC
* Explorer: <https://testnet.explore.emoney.network/>

**E Money Network Mainnet Settings:**

* Network Name: E Money Network Mainnet
* RPC URL:[ https://rpc-publicnode.emoney.io/](https://rpc-publicnode.emoney.io/)
* Symbol: EMYC
* ChainID: 4545
* Block Explorer URL:[ https://explore.emoney.network/dashboard](https://explore.emoney.network/dashboard)

**Developing and Deploying Contracts​**

Being an Ethereum-compatible blockchain means that all of the usual Ethereum developer tools and environments can be used for development purposes. The same tools can also be used to deploy dApps for the E Money Network as well.

An example of developing EMYC20 contracts on the E Money Network or any EVM network can be found[ here](https://docs.openzeppelin.com/contracts/4.x/erc20).


---

# 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://docs.emoney.network/launching-your-dapp-on-e-money-network.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.
