2️⃣2️⃣ Environment setup
This guide will help you set up the kinto-core repository and the rest of your developer environment.
1. Clone the repo
git clone [email protected]:KintoXYZ/kinto-core.git2. Installing dependencies and running the tests
forge test
... when the script finishes, you should see ...
Ran X test suites: Y tests passed, 0 failed, 0 skipped (Z total tests)3. Setup your env file
cp .env.sample .env4. Setting up a remote chain (optional)
Last updated