- First Run this command on your desktop:
git clone -b development-V1 https://github.com/0xHashstack/zkopen-client.git
- After cloning the repository, run command :
cd zkopen-client/
- After that, to install all the necessary dependencies to run the project, run command :
yarn install
- Now, to run the project on your local system, run command:
yarn dev
Make sure to git pull to get latest codes update on your local system
This is a Next.js project bootstrapped with create-next-app
.
The first page you will be directed to is the Wallet Connection Page:-
- Click on Connect Wallet and then tap on Braavos Wallet.
- Login with your bravoos wallet
- When you are Loged in you will reach the market page
- Visit NOTE.md for track of unused files in codebase.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.