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.
- Host: GitHub
- URL: https://github.com/yanukadeneth99/meme-nft
- Owner: yanukadeneth99
- License: mit
- Created: 2022-07-25T19:03:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T17:55:31.000Z (9 months ago)
- Last Synced: 2025-01-11T19:30:27.678Z (5 months ago)
- Topics: ethersj, hardhat, memes, nextjs, nft, solidity
- Language: TypeScript
- Homepage: https://meme-nft-pi.vercel.app
- Size: 34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/yanukadeneth99/Meme-NFT/issues)
[](https://github.com/yanukadeneth99/Meme-NFT/blob/master/LICENSE)


--


--# Meme NFT DApp
Project that contains some amazing Meme NFTs! Written using Azuki's ERC721A on the Rinkeby Chain
## Website

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

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

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