Overview of tutorials
In this section we cover a series of quick tutorials to get you started as quickly as possible.
tip
If you would like a Github repository containing all the TS code that we will show off in this section, you can clone our playground repository with the following command:
bash
git clone https://github.com/Gearbox-protocol/play-with-gearbox
bash
git clone https://github.com/Gearbox-protocol/play-with-gearbox
In this section, we will go through the following tutorials:
To set up a basic environment and to get started with a local hardhat mainnet fork, go here:
»Environment SetupTo discover what core components gearbox exposes, go here:
»Gearbox DiscoveryTo learn how to interact with gearbox by retrieving open credit accounts and their health factors, go here:
»Extracting DataTo learn how to build basic applications, go here:
»Build Upon GearboxTo learn how to build a simple liquidation bot, go here:
»Liquidation Bot