sepehr-mnp / ERC721

ERC721 with solidity and compiler and deployer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC721

ERC721 with solidity and compiler and deployer

compiler and deployer

i wrote the compiler and deployer of the contract with the latest changes of web3.js you can log the module.export of the compile.js file and see the bytecode and ABI the current deployer of the contract uses the rpc of goerli and you should put your private key in the code so deploy.js can use your account to deploy on goerli, dont forget that you should have some amount of goerli ether in your wallet to pay for the fee.

deployed contract

on mumbai https://mumbai.polygonscan.com/address/0xD5E40a383D6A2f95a5063d3219Dc8Ee3F8A0cD46
in our university there is a concept called student parenting. every new student that comes to Amir Kabir has a student parent who is one year ahead of them and helps them to get through the challenges that they may face on their way of education. this contracts gives student parents the ability to sell their child or buy childeren from other parents.
there is a json format that gets name, student number and other information and then we upload it to IPFS and then put the IPFS id in the field of minting the child nft.

About

ERC721 with solidity and compiler and deployer


Languages

Language:Solidity 73.2%Language:JavaScript 26.8%