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

https://github.com/reaperdragon/nft-gallery-alchemy

This Repo contains the NFT Gallery Challenge Web3.
https://github.com/reaperdragon/nft-gallery-alchemy

alchemyapi api javascript nextjs nft opensea reactjs

Last synced: about 1 month ago
JSON representation

This Repo contains the NFT Gallery Challenge Web3.

Awesome Lists containing this project

README

          

# NFT-GALLERY-ALCHEMY

Fourth Week Challenge Completed. This Project is made with Alchemy API and Next js.

Frontend - [Next Js](https://nextjs.org/)

API - [Alchemy API](https://www.alchemy.com/)

Style - [Tailwind](https://tailwindcss.com/)

### Challenges :
- [x] Allow User to Copy Address with SVG.
- [x] Pagination.

### Getting Started

Fork the repo ⭐

--- or ---

clone the repo

```shell
git clone https://github.com/Aakrut/nft-gallery-alchemy
```

> set up the .env file in root directory
```
NEXT_PUBLIC_API_KEY="your_api_secret"
```

now run the Project with

```shell
npm run dev
```

or

```shell
yarn dev
```

#### Screenshot

![nft-gallery-alchemy](https://user-images.githubusercontent.com/67114280/184895904-0a335ad6-c1da-45ea-90be-7b44c2cd9b3f.png)