Elemental Battles
Try out LiquidAppsβs take on Elemental Battles:
http://elemental.liquidapps.io/ | code
The game incorporates:
vRAM - light-weight caching solution for EOSIO based RAM
LiquidAccounts - EOSIO accounts that live in vRAM instead of RAM
LiquidDNS - DNS service on the blockchain | contract table
Frontend stored on IPFS
user data is stored in the vRAM
dapp::multi_index
table (vRAM) | codekeys stored in
dapp::multi_index
table | codekeys created using the account name and password as seed phrases | code
eosjs-eccβs
seedPrivate
method is used to create the keypair | codelogic to create LiquidAccount transactions | code
To launch locally:
Last updated