Frontend Setup

The frontend has most of what we need to run it, but is just missing a few details. Let's add them!

The frontend has most of what we need to run it, but is just missing a few details. Let's add them!

Constants

Move into the frontend folder and create a new file in the src/config folder called constants.ts:

cd frontend
touch src/config/constants.ts

Copy and paste the code below:


Made with ❤️ by the ZKsync Community