zo-keeper
The zo-keeper (pronounced "zoo keeper") repository runs large scale instructions that secure the 01 network, and allow it to operate in a fully decentralized manner.
Anyone can run any of the keepers in the network.
The breakdown of the keepers are as follows:
Zo Keepers π¦
ββββConsumers π½
β β Events
β β PnL
β
ββββLiquidators π¦
|
ββββCranks βοΈ
β β Cache IR
β β Cache Oracle
β β Update Funding
|
ββββLoggers πͺ΅οΈ
β β Funding Logger
β β Realized PnL Logger
β β Liquidation Logger
β β Bankruptcy Logger
β β Deposit/ Withdraw Logger
β β Trade fills Logger
Installation
- Setup submodule dependency
git submodule update --init --recursive
Usage
Copy .env.example
to .env
and configure accordingly. Then, build the project using cargo
follow instructions in the help menu.