-
Create an
.env
file in the root directory with the following schema:CONTRACT_ADDRESS= PRIVATE_KEY= API_URL=
-
Run the following commands:
npm install npm run compile npm run node npm run deploy
-
Fill in the
.env
file with the required values. -
Start coding by running:
npm run dev