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
More on zeus-box.json
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
Install Zeus and Unboxing
Zeus can easily be installed with:
1
npm
install
-g @liquidapps/zeus-cmd
Copied!
Once installed a new Zeus box can be created for the project (equivalent of
npm init
). This produces a
zeus-box.json
(equivalent of
package.json
). For more on the
zeus-box.json
see
here
.
1
mkdir
new_box
;
cd
new_box
2
zeus box create
Copied!
Once created, you can unbox an existing box
1
zeus unbox helloworld
2
# to compile, start local env, and run unit tests
3
zeus
test
-c
Copied!
To see a list
zeus_boxes
run:
1
zeus list-boxes
Copied!
Previous
Requirements
Next
More on zeus-box.json
Last modified
6mo ago
Copy link