Tuesday, June 27, 2023

145: Smart Contracts With Harhat

 Today I got a Hardhat project running in my smart contracts folder of my dApp. The app is organized with two main folders, a client folder for the React project and a Smart Contracts folder for all the Solidity. Setting up Hardhat was simple with the node package manager, and the installation includes a test contract and test scripts to make sure everything is working properly with the local Solidity environment. I went ahead and created the first basic smart contract. It is always a huge contrast going from JavaScript to the strongly typed and rigid Solidity.

No comments:

Post a Comment

190: Sablier

 The CodeHawks platform has an upcoming audit on the Sablier protocol, so I decided to read through the docs and familiarize myself with the...