Elemental Battles
Last updated
Was this helpful?
Last updated
Was this helpful?
|
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 |
Frontend stored on IPFS
user data is stored in the vRAM dapp::multi_index
table (vRAM) |
keys stored in dapp::multi_index
table |
keys created using the account name and password as seed phrases |
eosjs-ecc’s seedPrivate
method is used to create the keypair |
logic to create LiquidAccount transactions |
To launch locally: