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

https://github.com/yanukadeneth99/meme-nft

A Meme NFT Decentralised Application Project written using Azuki's ERC721A on the Rinkeby Chain.
https://github.com/yanukadeneth99/meme-nft

ethersj hardhat memes nextjs nft solidity

Last synced: 3 months ago
JSON representation

A Meme NFT Decentralised Application Project written using Azuki's ERC721A on the Rinkeby Chain.

Awesome Lists containing this project

README

        

[![GitHub issues](https://img.shields.io/github/issues/yanukadeneth99/Meme-NFT)](https://github.com/yanukadeneth99/Meme-NFT/issues)
[![GitHub license](https://img.shields.io/github/license/yanukadeneth99/Meme-NFT)](https://github.com/yanukadeneth99/Meme-NFT/blob/master/LICENSE)
![Discord](https://img.shields.io/discord/847154458395541525)
![GitHub forks](https://img.shields.io/github/forks/yanukadeneth99/Meme-NFT?style=social)
--
![Twitter Follow](https://img.shields.io/twitter/follow/yanukadeneth99?style=social)
![GitHub followers](https://img.shields.io/github/followers/yanukadeneth99?style=social)
--

# Meme NFT DApp

Project that contains some amazing Meme NFTs! Written using Azuki's ERC721A on the Rinkeby Chain

## Website

![PreSale_Website](https://i.imgur.com/eFrGnMm.png)

## Open Sea

Link : [https://testnets.opensea.io/collection/memes-nft-collection](https://testnets.opensea.io/collection/memes-nft-collection)

![Open_Sea](https://i.imgur.com/z6l9zPQ.png)

## Contract

The contract is deployed to the Rinkeby Testnet on address : [0x7A49bc7356E019e57199174c28e69bBB44a96E17](https://rinkeby.etherscan.io/address/0x7a49bc7356e019e57199174c28e69bbb44a96e17#code). The contract uses [Azuki's ERC721A](https://www.erc721a.org/) for better optimization and Gas fee reduction.

![Deployed_Contract_Image](https://i.imgur.com/mU6N620.png)

## Starter Project

If you like this template but would like to deploy your own projects following this, check out [@startertemp/nextjs-hardhat-ts at NPM](https://www.npmjs.com/package/@startertemp/nextjs-hardhat-ts)

Or run the below command to get started :

```
npx @startertemp/nextjs-hardhat-ts my-app
```

## Installation

Follow the steps to install this on your PC

1. Fork the Github project by clicking on the Fork button at the top of this README.md
2. Clone the project onto your desktop
3. Make sure you have pnpm installed, if not install it by running `npm i -g pnpm`
4. For backend installations run `cd backend && pnpm install`
5. For frontend installations run `cd frontend && pnpm install`
6. Run the frontend by running `cd frontend && pnpm dev`

## Technologies Used

Hardhat (Solidity), Next, React, Typescript

## Contribution

Any type of contributions are welcome following the MIT License!