Chapter 5

Crypto

The contracts/world/sources/crypto/ folder contains cryptographic utility modules used across the EVE Frontier world contracts. These modules provide signature verification and address derivation functionality essential for validating off-chain proofs on-chain.

Folder Overview

File Description
sig_verify.move Ed25519 signature verification and Sui address derivation for validating off-chain signed messages (e.g., location proofs).
Tip

Use the menu on the left hand side to find the article you are looking for. You can also use search at the top to search for specific terms.