llopez / listing-dapp

NextJs - ReactJs / Frontend for Listing smart contracts

Home Page:listing-dapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listing Dapp

This is a web application that serves as the frontend for the ListingV3 smart contracts. By now it is only deployed to goerli test network.

Tech Stack

  • NextJs
  • ReactJs
  • TypeScript
  • graphQL

Getting Started

First, add environment variables:

The application makes use of 2 environment variables,

  • NEXT_PUBLIC_CONTRACT_ADDRESS (Listing Proxy address)
  • NEXT_PUBLIC_SUBGRAPH_URL (subgraph query url)
cp .env.local.exmaple .env.local

Then, install the dependencies and run the development server:

yarn install
yarn dev

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

Links

To learn more about the project, take a look at the following resources:

About

NextJs - ReactJs / Frontend for Listing smart contracts

listing-dapp.vercel.app


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%