Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsobh/erc721-openzepplin
Simple ERC721 Implemented using Open Zepplin
https://github.com/fsobh/erc721-openzepplin
Last synced: about 2 months ago
JSON representation
Simple ERC721 Implemented using Open Zepplin
- Host: GitHub
- URL: https://github.com/fsobh/erc721-openzepplin
- Owner: fsobh
- Created: 2021-11-16T07:20:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T07:22:39.000Z (about 3 years ago)
- Last Synced: 2024-02-07T15:45:35.891Z (12 months ago)
- Language: JavaScript
- Size: 366 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Solidity](https://img.shields.io/badge/Solidity-%5E0.8.0-red)](https://img.shields.io/badge/Solidity-%5E0.8.0-red) [![JavaScript](https://img.shields.io/badge/JavaScript-ES9-%23FFFF00)](https://img.shields.io/badge/JavaScript-ES9-%23FFFF00) [![Node](https://img.shields.io/badge/NodeJS-v10.16.2-brightgreen)](https://img.shields.io/badge/NodeJS-v10.16.2-brightgreen) [![Rinkeby](https://img.shields.io/badge/Rinkeby-test--net-%23FFA500)](https://img.shields.io/badge/Rinkeby-test--net-%23FFA500) [![Ethers](https://img.shields.io/badge/Ethers-5.1.3-%239370DB)](https://img.shields.io/badge/Ethers-5.1.3-%239370DB) [![HardHat](https://img.shields.io/badge/Hardhat-compiler-red)](https://img.shields.io/badge/Hardhat-compiler-red) ![OpenZepplin](https://img.shields.io/badge/OpenZeeplin-%5E0.8.0-cyan)
---
## Super Mario World NFT
Implemented Using OpenZepplin fully compatible with OpenSea !
**Installation Instructions:**
***Solidity*** :
-----------------------------------###### 1. Run `npm install`
###### 2. Create a `.env` file in the root directory of this code portion (root directory) and paste your wallets Private Key as well as an HTTPS node to deploy too (Free at [Infura](https://infura.io/)). check hardhat.config.js . MAKE SURE your .env file is INCLUDED IN .gitignore before pushing
###### 3. MAKE SURE YOUR WALLET HAS ETH IN IT ON RINKEBY NETWORK ; USE THE [Rinkeby Eth Faucet](https://faucet.rinkeby.io/) TO GET FREE TEST ETH
###### 4. Run `npx hardhat run --network rinkeby scripts/deploy.js` to deploy the smart contarct to Test net
###### 5. Check [OpenSea Rinkeby](https://testnets.opensea.io/) to view your NFT (connect the wallet that is linked to the private key used to deploy the NFT to OpenSea)
###### You can see the first one I minted Here : [Original](https://testnets.opensea.io/assets/0x826e3566d79d6f0d114b638f20c61cf8bb781ff1/1)
--------------------------------------