L
L
LiquidApps Documentation
Searchβ¦
Introduction
π§β
The DAPP Network
The DAPP Token
Cross Chain Bridges
Examples
DAPP Network Resources
π¨π»
DAPP NETWORK LABS
Introduction
DAPP Workers
EdgeDSPs
EdgeOS
β‘
Working with Zeus
Introduction
Requirements
Install Zeus and Unboxing
Get Started fast! (Zeus-IDE)
Docker CI/CD
Zeus Basics
Zeus Box Basics
β
DAPP Network Services
DAPP Network Services
Packages and Staking
π¨π
DAPP Service Providers
Introduction to DAPP Service Providers
EdgeDSPs (Coming Soon)
DSPs
π
CROSS CHAIN BRIDGES
Getting Started with LiquidBridge
β
LiquidX Stake Across Chains
Getting Started with LiquidX
π·
COVAX
Getting Started with CoVax Chain
π
Blockchain Guides
Testnet Creation Guides
Governance Guides
π
Release Notes
Latest
History
πβ
FAQs
Frequently Asked Questions The DAPP Token
Frequently Asked Questions DAPP Service Providers (DSPs)
Frequently Asked Questions vRAM
Powered By
GitBook
Requirements
Hardware Requirements
8GB RAM
2 CPU Cores
If you are running a unit test which spins up additional EOSIO chains or an ethereum chain, 16GB of RAM is required
Prerequisites
node 16 (can use nvm provided below)
curl
cmake
make
git
Automatically installed:
eosio.cdt 1.6.3 (compiling tool for converting EOSIO c++ smart contracts to Web Assembly)
eosio latest (nodeos, keosd, cleos)
note some of our contracts do not compile with eosio.cdt 1.7.0, but they do compile with the latest release candidate of the eosio.cdt
1
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
2
# use install instructions provided to set PATH
3
nvm install 16
4
nvm use 16
Copied!
Working with Zeus - Previous
Introduction
Next
Install Zeus and Unboxing
Last modified
1mo ago
Copy link
Contents
Hardware Requirements
Prerequisites
Automatically installed: