Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 376 Bytes

File metadata and controls

28 lines (16 loc) · 376 Bytes

Installation

clone the repository to a folder in you local machine.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

(...)_MORALIS_API_KEY (...)WALLET_CONNECT (...)RPC_BASE_SEPOLIA

Run locally

Install dependencies

yarn install

Start development server

yarn dev