# Deploying on Gamereum

**Gamereum Token Standard (GRC-20) →**

Gamereum applies the GRC-20 token standards which have high compatibility with the Ethereum token standard - ERC20. This compatibility with Ethereum is strategic and aligns with Gamereum’s vision as it aims to be the chain that brings Web2 games into Web3 with widespread compatibility. GRC20 also builds in the capabilities of ERC-1155 which enables the efficient transfer of fungible and non-fungible tokens in a single transaction.

**Development Tools →**

Developers can utilize the tools used for building on Ethereum as well. It works on Gamereum.

**Remix →**

Eth Remix is a powerful, open-source tool that allows you to write Solidity contracts straight from the browser. It’s most suitable for beginners.&#x20;

Link →  <https://remix.ethereum.org>

**Other Platforms:**

More hardcore development tools include;

* [Truffle](https://archive.trufflesuite.com/) (Truffle is currently being sunset)
* [Hardhat](https://hardhat.org/)

Make sure it’s pointed at the Gamereum testnet using the network configuration provided above.


---

# 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/deploying-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.
