# Introduction
The term GameFi refers to the financialization of gaming. Similar to the term DeFi, or decentralized finance, GameFi combines the words “game” and “finance.” In this section, we introduce the concept of GameFi in the context of blockchain game development. The objective of this document section demonstrates how to bridge games to the Cronos EVM Chain, using Unity / Unreal Engine or any related C++ game engine.
# Overview
Cronos Play Gaming SDK opens up the opportunity for connecting the gaming world with Cronos! It allows you to integrate your gaming platform with Cronos, and to create a seamless experience for your players, for example we can:
- Connect and interact with Cronos networks;
- Provide in-game NFTs functionality;
- Authenticate by using different crypto wallets; ..and many more to come.
Currently, Cronos Play supports the Unity game engine as a starting point, and it will be extended to support other game engines in the future.
# Cronos Plays Documentation
This documentation showcases the Cronos play Gaming SDK integration with the Cronos chain, aiming to bring different kind of games into the Cronos ecosystem. In particular, we will show how to do a basic integration of the Cronos play with the Cronos chain including:
- Connecting to Cronos networks;
- Installation of the SDK;
- Obtaining a sample NFT and;
- Import Sample package from Unity Asset Store
- Using BluePrint to interact with the blockchain
# Useful Links
- Community chatrooms (non-technical): Discord (opens new window) Telegram (opens new window)
- Developer community channel (technical):
(opens new window)
- Cronos official website (opens new window)
- ChainSafe official website (opens new window)
- Unity official website (opens new window)
- Openzeppelin (opens new window)
- Remix IDE (opens new window)
- Cronos-ChainSafe-Unity-sample (opens new window)
- Repositories
- Contact form (opens new window)
- Email: [email protected]
Unity →