Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.13 KB

File metadata and controls

48 lines (29 loc) · 2.13 KB

To run the project on your local system, please follow the given steps.

  1. First Run this command on your desktop: git clone -b development-V1 https://github.com/0xHashstack/zkopen-client.git
  2. After cloning the repository, run command : cd zkopen-client/
  3. After that, to install all the necessary dependencies to run the project, run command : yarn install
  4. 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.

Getting Started

image

The first page you will be directed to is the Wallet Connection Page:-

  1. Click on Connect Wallet and then tap on Braavos Wallet.

image

  1. Login with your bravoos wallet

image

  1. When you are Loged in you will reach the market page

image

  1. Visit NOTE.md for track of unused files in codebase.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.