As an example, this is how relatively simple it is to deploy your own ERC-721 smart contract:
Although expensive to deploy to the ethereum mainnet in terms of gas fees, users should have control of their NFTs, not marketplaces
- Import the code below into Remix IDE
- Rename the contract and name of the NFT Token
- Click "compile"
- Select "injected Web3" as your environment
- Deploy the smart contract and pay the gas fee
- Upload your art to IPFS
- Copy the IPFS link into the mint function of the smart contract and click transact
Name | Github |
---|---|
Open Zepplin | https://github.com/OpenZeppelin/openzeppelin-contracts |
0xcert | https://github.com/0xcert/ethereum-erc721 |
DeFi Dev Road Map | https://github.com/OffcierCia/DeFi-Developer-Road-Map |
MIT