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
Zeus Basics
Compiling Contracts
Unit Testing
Create ...
Import/Export Keys
Migrate Contract
Start local environment
Upgrade
Zeus RC File
Zeus Config File
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
Zeus Config File
zeus-config.js
Configure zeus environments available to interact with. The
zeus-config.js
file is located in
zeus_boxes/seed-empty/zeus-config.js
1
module
.
exports
=
{
2
defaultArgs
:
{
3
chain
:
"eos"
,
4
network
:
"development"
5
},
6
chains
:
{
7
eos
:
{
8
networks
:
{
9
development
:
{
10
host
:
"localhost"
,
11
port
:
7545
,
12
network_id
:
"*"
,
// Match any network id
13
secured
:
false
14
},
15
jungle
:
{
16
host
:
"jungle2.cryptolions.io"
,
17
port
:
80
,
18
network_id
:
"*"
,
// Match any network id
19
secured
:
false
20
},
21
kylin
:
{
22
host
:
"api.kylin.eosbeijing.one"
,
23
port
:
80
,
24
network_id
:
"*"
,
25
secured
:
false
26
},
27
mainnet
:
{
28
host
:
"bp.cryptolions.io"
,
29
port
:
8888
,
30
network_id
:
"*"
,
// Match any network id
31
secured
:
false
32
}
33
}
34
}
35
}
36
};
Copied!
Previous
Zeus RC File
Next - Working with Zeus
Zeus Box Basics
Last modified
1yr ago
Copy link