🏅Hacker's Getting Started Resources
Quick-start resource if you are hacking and need to integrate with Cronos.
Overview of Cronos chain
Cronos (cronos.org) is the leading Ethereum-compatible layer 1 blockchain network built on the Cosmos SDK, supported by Crypto.com, Crypto.org and more than 500 app developers and partners. Today, the #CROfam ecosystem represents an addressable user base of more than 80 million people worldwide. Our mission is to make it easy and safe for the next billion crypto users to adopt Web3, with a focus on DeFi and GameFi.
How to stand out and win in a Web3 hackathon 🥇
Check out our blog post.
Hack with Cronos 🥚
Developing Dapps on Cronos is as easy as developing them on any of the major EVM-compatible chains: write and test solidity with Hardhat, deploy your contract, connect your frontend or your backend with ethers.js, and connect your wallet with MetaMask or Crypto.com Defi Wallet.
The native cryptocurrency of Cronos mainnet is CRO, while the testnet uses TCRO.
Cronos overview & key links for developers
Cronos docs: https://docs.cronos.org
Cronos Play (for game developers): https://cronos.org/play
Cronos overview by Eat The Blocks: https://www.youtube.com/watch?v=NqeeKEJiPZU
MetaMask end-user configuration
The cronos.org website has a little orange button at the top of the page, that you can click to add Cronos mainnet to your MetaMask wallet.
For more details, see Metamask configuration
JSON-RPC endpoint configuration
For most use cases you can use the free endpoints that are provided by Cronos Labs. Most developers use a configuration file that looks like this:
For Hardhat:
or, using EIP1559 in a Node.js backend:
Testnet CRO faucet
Tutorials 🚀
Essential tutorials / boilerplates
Deploy and verify your smart contracts (see Readme for instructions)
Build a Dapp: how to connect and interact with Web3 wallets on Cronos (see Readme for instructions)
Create & deploy a smart contract with OpenZeppelin Wizard and Remix (low code version)
Other useful tutorials
Create an end to end Web3 application: smart contract and front-end client (repositories)
Create dApps on Cronos chain (video)
How to win a hackathon (video)
Essential developer tools 💻
Write, test and deploy smart contracts
Smart contracts library: OpenZeppelin
Compile & test: Hardhat
Connect your Dapp to the blockchain
Web3 library for Python: web3.py
Create games
Cronos Play overview: Cronos Play
Javascript SDK: Moralis
Developer support ☎️
Please visit the #cronos-mainnet-beta channel on the Cronos Discord server.
Feedback is a gift! Let us know if there is anything that we can improve in this documentation.
Last updated