BuildBearbuildbear.hashnode.dev·May 25, 2023Building an NFT Lottery: Step-by-Step Guide for Creating a Smart Contract and FrontendIn this tutorial, we will learn how to create an NFT lottery smart contract along with a front-end to let the user buy the tickets. Step 1: Developing the NFT lottery Smart Contract To create the smart contract, we need to define a few common propert...Discuss·36 readsNFT
unreal_joovaunrealtechblog.hashnode.dev·Aug 26, 2022Testing your smart contracts with hardhat, ethers & ChaiOne of the most important factors to consider when writing software is testing. The ability to write good automated tests will save you time as a developer that will be spent while trying to manually test your software as a user would do. Bugs, misbe...Discuss·104 readsWeb3
Maximiliano Usichsimpledoers.hashnode.dev·Aug 2, 2022Onboarding TDD Solidity Typescript Hardhat Nextjs - EnvironmentOnboarding TDD Solidity Typescript Hardhat Nextjs - Environment https://github.com/maximilianou/weekly59 Local Environment - Step by Step - Sample Code TDD for blockchain to be tested, like: Solidity Event Solidity Modifiers - AccessControl and Cons...Discuss·27 reads#solidity #hardhat #typescript #tdd #nextjs #javascript