Before you begin, make sure you have Node.js installed. Then, follow these steps to install and set up the Aqua project:
-
Clone the repository to your local machine:
git clone https://github.com/ahmedbc/aqua.git cd aqua/frontend
-
Create a .env file:
touch .env
Set the constants
NEXT_PUBLIC_WALLETCONNECTID= NEXT_PUBLIC_AQUA_CONTRACT_ADDRESS=
-
Install the necessary dependencies:
npm install
-
Run local server:
npm run dev