Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 607 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 607 Bytes

Aqua frontend

Installation Instructions

Before you begin, make sure you have Node.js installed. Then, follow these steps to install and set up the Aqua project:

  1. Clone the repository to your local machine:

    git clone https://github.com/ahmedbc/aqua.git
    cd aqua/frontend
    
  2. Create a .env file:

    touch .env
    

    Set the constants

    NEXT_PUBLIC_WALLETCONNECTID=
    NEXT_PUBLIC_AQUA_CONTRACT_ADDRESS=
    
  3. Install the necessary dependencies:

    npm install
    
  4. Run local server:

    npm run dev