๐ฅ๏ธServer
Most of the game logic is controlled by the game server, which is also responsible for NFTs and ELOT minting. To maximize gas efficiency, most player actions (such as minting, transferring, and item purchases) within Elpis: Origin's ecosystem are simulated off-chain and recorded in our database. These actions are only executed on-chain when players withdraw their assets.
Last updated