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

https://github.com/mariosantosdev/nft-scanner

This project get all nfts by wallet address of specific contract ERC 721
https://github.com/mariosantosdev/nft-scanner

chakra-ui erc721 ethereum ethereum-dapp nextjs nft web3-dapp web3js

Last synced: about 1 month ago
JSON representation

This project get all nfts by wallet address of specific contract ERC 721

Awesome Lists containing this project

README

          

# NFT Scanner

This project was created to increase my abilities development dApps.
Your main goal is just get all nfts by wallet address of specific contract ERC 721

## Image

Home Page

## Getting Started

First, install the dependencies

```bash
npm install
# or
yarn add
```

Now... run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

**PS: You need metamask installed in your browser**