Blockchain & Web3 Blog
HOW TO CREATE AND DEPLOY AN NFT SMART-CONTRACT ERC721 WITH OPEN ZEPPELIN (A DEVELOPER GUIDE)
Aug 15, 2023
A technical guide on how to launch an NFT-collection on the Ethereum blockchain with an ERC721 smart-contract, based on Open Zeppelin, and than putting it for sell on the OpenSea and Blur marketplaces.…
Read moreHOW TO PUBLISH YOUR REMIX CODE ON GITHUB GIST
Aug 10, 2023
To publish Remix contract code in Github gist, it will ask you an access token: 1. Go to Remix1 settings and create one: 2. Go to Github gist2 link, mentioned in the Github section of Remix Settings, choose Expiration date and hit “Generate token”: 3. Insert this token in the “Github” fields of the Remix…
Read more