You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented From Scratch and 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). 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 TO GET FREE TEST ETH
4. Run truffle migrate --network rinkeby --reset --compile-all to deploy the smart contarct to Test net
5. Check OpenSea Rinkeby to view your NFT (connect the wallet that is linked to the private key used to deploy the NFT to OpenSea)
About
ERC1155 implemented from scratch (without openzepplin)