> For the complete documentation index, see [llms.txt](https://docs-zkevm.cronos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-zkevm.cronos.com/for-developers/resources-for-developers.md).

# Resources for Developers

## Reference documentation

ZKsync documentation: <https://docs.zksync.io/build>

Relevant Github repositories:

* <https://github.com/cronos-labs/cronos-zkevm>
* <https://github.com/cronos-labs/era-contracts>
* <https://github.com/zksync-sdk/zksync-ethers> (Ethers library for Javascript)

## Cronos zkEVM Mainnet URLs

* Chain ID: `388`
* Token: zkCRO ("Cronos zkEVM CRO")
* JSON RPC API (rate limited): <https://mainnet.zkevm.cronos.org>&#x20;
* WebSocket (rate limited): `wss://ws.zkevm.cronos.org`
* Blockchain explorer: <https://explorer.zkevm.cronos.org/>
* Gas price: :warning: The gas price of is currently fixed at `2500gwei`
  * This is subject to change and is expected to be dynamic in the next major release to be announced.
* Developer portal: <https://developers.zkevm.cronos.org/>
* Contract verification interface: <https://explorer.zkevm.cronos.org/verifyContract>
* Bridge for ERC-20 tokens (Ethereum <=> Cronos zkEVM): <https://zkevm.cronos.org/bridge>

***

## Cronos zkEVM Sepolia Testnet URLs

* Chain ID: `240`
* Token: zkTCRO
* JSON RPC API (rate limited): [https://testnet.zkevm.cronos.org](https://testnet.zkevm.cronos.org/)
* WebSocket (rate limited): `wss://ws.testnet.zkevm.cronos.org`
* Blockchain explorer: <https://explorer.zkevm.cronos.org/testnet>
* Gas price: :warning: The gas price of is currently fixed at 1250`gwei`
  * This is subject to change and is expected to be dynamic in the next major release to be announced.
* Developer portal: <https://developers.zkevm.cronos.org/>
* Contract verification interface: <https://explorer.zkevm.cronos.org/testnet/verifyContract>
* zkTCRO faucet: <https://zkevm.cronos.org/faucet>
* [Demo project repository](https://github.com/kentimsit/cronos-zkevm-hardhat-boilerplate) for smart contract developers
* Testnet bridge for ERC-20 tokens (zkEVM testnet <=> Ethereum Sepolia): <https://zkevm.cronos.org/bridge/testnet>

***

#### Remix Plugin for zkEVM development

Remix users can leverage the `zksync` Remix plugin for their development. The plugin simplifies writing and deploying zkEVM smart contracts, making it accessible to both newcomers and experienced users. The plugin can be activated by searching with the keywords `zksync`

<figure><img src="/files/VfXTLi0AFCC7JncLBCTW" alt="" width="375"><figcaption></figcaption></figure>

Read more: <https://medium.com/nethermind-eth/the-zksync-era-remix-plugin-a-how-to-guide-fc54e8d24bd3>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-zkevm.cronos.com/for-developers/resources-for-developers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
