Monday, December 5, 2022

43/365: Multisignature Account

 Today I did more Javascript programming interacting with the Hedera SDK. I used a script to create more Testnet accounts along with their private keys to store in the environment file and ran it with node. With these accounts I created a multisignature account. The funds in this account can only be accessed if all og the signatures are present. A threshold account was a simple modification to this. The threshold account requires some number of signatures in order to be considered signed. Adding signatures to a transaction is an easy matter of chaining on another method call. Overall I am surprised at how easy and intuitive it is to interact with Hedera using Node and Javascript. 

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