Skip to content
/ ERC1155 Public

ERC1155 implemented from scratch (without openzepplin)

Notifications You must be signed in to change notification settings

fsobh/ERC1155

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open RPG

Solidity JavaScript Node Rinkeby Ethers Truffle


ERC1155

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published