Getting Started Guide
LiquidAccounts are EOS accounts that are stored in vRAM instead of RAM. This drastically reduces the cost of creating accounts on EOS. Another great place to understand the service is in the unit tests.
DAPP Account, LiquidAccounts implementation and code
https://github.com/investingwad/dappaccountsample
Prerequisites
Zeus - Zeus installs eos and the eosio.cdt if not already installed
Unbox LiquidAccounts DAPP Service box
This box contains the LiquidAccounts smart contract libraries, DSP node logic, unit tests, and everything else needed to get started integrating / testing the DAPP Network LiquidAccounts in your smart contract.
Last updated