Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikhilsharma03/nftgallery

NFTGallery is a web application 💻 where users can see their Proof Of Knowledge NFTs 🚀
https://github.com/nikhilsharma03/nftgallery

chakra-ui nextjs redux styled-components typescript web3

Last synced: 19 days ago
JSON representation

NFTGallery is a web application 💻 where users can see their Proof Of Knowledge NFTs 🚀

Awesome Lists containing this project

README

        

# NFTGallery







[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=95)](https://github.com/NikhilSharma03/NFTGallery)
[![Build by Nikhil](https://img.shields.io/badge/Built%20by-Nikhil-Green)](https://github.com/NikhilSharma03/NFTGallery)


> NFTGallery is a web application 💻 where users can see their Proof Of Knowledge NFTs 🚀


## Technology Stack

TS
Next
Redux
Web3


## Setup and Installation

Lets start by installing UI dependencies

```
make setup-ui-libs
```

Now add `Environment Variables` by creating a new `.env` file in `root` folder and add the contents following `.env.example`

After adding `Environment Variables`, Run the UI

```
make run-ui-dev
```

now the application is running at `localhost:3000`

To build the UI

```
make build-ui
```


# License