Friday, February 17, 2023

105: Solidity

 After more research I've come to the conclusion I need to implement the features of my coin using smart contracts instead of the Hedera SDK. The SaucerSwap decentralized exchange on Hedera is itself a fork of UniSwap V2, and the SDK modules interact with it in strange ways and break. Therefore I decided the best thing to do is to implement all the functionality with smart contracts written in Solidity and then deployed to the Hedera mainnet. I know some Solidity already, and am looking forward to learning more over the next few weeks. 

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...