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
- Host: GitHub
- URL: https://github.com/mariosantosdev/nft-scanner
- Owner: mariosantosdev
- Created: 2022-12-15T04:26:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T04:26:52.000Z (over 3 years ago)
- Last Synced: 2025-01-03T08:47:53.395Z (over 1 year ago)
- Topics: chakra-ui, erc721, ethereum, ethereum-dapp, nextjs, nft, web3-dapp, web3js
- Language: TypeScript
- Homepage:
- Size: 596 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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**