shoaibshebi / tech-courses-marketplace-eth

Home Page:metaverse-market-virid.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3002 with your browser to see the result.

HowTo Steps to purchase the course:

  • 1- First you have to install the metamask extension in your browser
  • 2- Create account on metamask and login to metamask
  • 3- Install truffle setup on you PC using this command
        npm install -g truffle
    and then install Ganache on you system
  • 4- Now go into project dir and to deploy the solidity smart contracs run command
        truffle migrate
  • 5- Now run the Ganache and to connect it with metamask and to import account into the metamask please go to this link: How to.
  • 6- That's it. Now you can purchase the course

Enjoy 🥂

To contribute the project

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file. You can open PR to this project by forking and creating new branch and them opening PR.How to open PR

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!

Check out our Next.js deployment documentation for more details.

About

metaverse-market-virid.vercel.app


Languages

Language:TypeScript 80.3%Language:JavaScript 7.3%Language:Solidity 6.5%Language:CSS 5.8%