Wednesday, June 28, 2023

146: Goerli and Alchemy

 To further build our decentralized application, we need some Ethereum to send around and pay gas. I decided to use the Goerli test network to get my testnet ETH, and found a faucet that let me mine the tokens myself. From here, I created the app as a project on Alchemy. Alchemy provides a suite of developer tools to facilitate our creation of decentralized apps. I got my project API key from there, which enables interaction with the blockchain for things like querying and sending transactions. 

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