# Build On Gamereum

Building on the Gamereum network is super simple considering the inclusive approach it takes with support for multiple well-known languages already widely used amongst web3 developers.&#x20;

Here are a few quick steps to get you started right away.&#x20;

* Create a wallet using tools compatible with Metamask and Ledger
* Get testnet tokens from the Gamereum testnet faucet
* Connecting to the Gamereum Chain via our RPC endpoints or running a node of your own.
* Deploying a smart contract with popular Ethereum tools, including Remix & Truffle &#x20;

{% hint style="info" %}
The specifications & procedure for building on Gamereum show its EVM-Compatibility with a few minor quirks & exceptions
{% endhint %}

### Connecting To Gamereum

Network Details:

Network Name: Gamereum Testnet

Network URL: <https://testnet-rpc.gamereum.org>

Chain ID: 49071

Currency Symbol: GAME

Block Explorer URL: <https://testnet-explorer.gamereum.org>

## Testnet Explorer & Faucet

The Testnet explorer reveals transaction on Gamereum testnet where testnet token transactions are recorded on the Gamereum ledger. Get tokens from the Gamereum Faucet for testing your dapp. These transactions do not appear on the mainnet.

<br>


---

# 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.gamereum.org/development-kits/build-on-gamereum.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.
