👋Welcome to NftGuessr
This community game replicates GeoGuessr but on the blockchain Inco Network using encryption NFTs (GeoSpace) from Zama and game token (SpaceCoin).
Zama devnet: The game is only available on the Zama devnet.
Maps guess: Google Maps API is paid, to avoid any additional charges, NFTGuessr limits to 10 locations to be found per day. If the game becomes profitable, the limit may be removed
Overview
NftGuessr uses NFTs encryption system called FHE (Fully Homomorphic Encryption), created by Zama. The purpose is to perform locations calculations on encrypted data without decryption.
A blockchain using Zama's FHE will be created, and the game will be deployed on it.
On-chain data is public by design, making it hard to build dapps that require confidentiality. Zama's fhEVM, the first private smart contract protocol using fully homomorphic encryption (FHE), enables transaction data and on-chain state to remain encrypted end-to-end, even during processing.
— From Zama doc
Inco Network is an EVM Layer-1, utilizing fully homomorphic encryption (FHE) to enable composable and operable confidential states. Our fhEVM (FHE + EVM) makes it possible to write private smart contracts and perform computations on top of encrypted data without requiring its decryption. This innovation unlocks a wide range use cases with confidentiality components, such as card games, DID, private voting, dark pools, etc. - paving the way for a new era of possibilities.
— From Inco Network
Fhenix is revolutionizing the blockchain space by utilizing Fully Homomorphic Encryption for confidential smart contracts on public blockchains. One of the most pressing challenges in the blockchain space is ensuring privacy, and Fully Homomorphic Encryption (FHE) presents a promising solution. By leveraging FHE's ability to process encrypted data, we can effectively address privacy concerns, creating a safer environment for Web3 applications.
— From Fhenix
Why using FHE on NftGuessr ?
This helps to accentuate decentralization. FHE allows encrypting the location data of NFTs and thus performs distance calculations in the smart contract.
Glossary
FHE: Fully Homomorphic Encryption.
EVM: Ethereum Virtual Machine.
fhEVM: fully homomorphic Ethereum Virtual Machine.
GSP: GeoSpace is the symbol name of NFT.
SPC: SpaceCoin is the symbol name of game token.
ZAMA: coin of network blockchain.
Quick links
NftGuessr: Game
Zama: Creator of FHE encryption (fhEVM for blockchain).
Inco Network: Blockchain layer 1 using Zama's fhEVM.
Get Started
Last updated