2️⃣ Environment setup
This guide will help you set up the kinto-core repository and the rest of your developer environment.
Last updated
This guide will help you set up the kinto-core repository and the rest of your developer environment.
Last updated
Kinto supports Foundry, Hardhat, and Truffe. You can pick one and follow the instructions in .
The rest of this documentation assumes Foundry and Forge/Cast.
To start, execute git clone for our main repository . This repository contains all of the smart contracts of the project and most importantly some scripts and helpers to interact with the chain.
Make sure that is installed and run the following:
Set your .env variables next:
Fill (at least) the following variables:
Copy your local fork URL and override KINTO_RPC_URL with your fork.
More information about the complete process can be found on the repositories .