Sunday, December 4, 2022

42/365: Hedera Testnet Account

 Today I registered as a developer and got a new testnet account on Hedera. I created a project with npm and imported the hedera SDK and dotenv modules. Then I created a javascript file that used the address and private key of my testnet address to send HBAR to another wallet. Once the file was written I ran it with npm. By console logging the transaction signature I was then able to view it in hashscan.io and verify the money went through via a 3rd party. 

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