I'm a creative problem solver interested in the Web3 space. I love all the innovation and seems like there's always something new to quench my insatiable desire to learn.
I've been a hobbyist developer for the past 5 years dabbling in Unity game development (c#), python, java and javascript. Now super interested in Solidity and looking to pursue a career in Web3.
I started this blog as a means to solidify my own learning, as well as hopefully help some others out on the same path as me
Technical writing, Solidity Development, Web3 Opportunities.
Great article! Very thorough. Just a heads up, if you want to reduce the risk of working with wallet private keys or mnemonic phrases, check out the Truffle Dashboard. It's compatible with Hardhat (I'm actually just about done an article on this) and makes deploying to different networks super easy. It routes all transactions through your browser wallet without needing to expose the private key. You can deploy to any network you can connect your wallet to, while only needing to set up the dashboard in your config file