Thursday, December 22, 2022

60/365: Signing Hedera Transactions

 In crypto, transactions must be signed with an account's private key in order to be considered valid and send to the network. Today I tried to create a test coin hat has multiple taxes that send percentages to different accounts. However, this gave me an INVALID_SIGNAURE error on the receipt object that gets returned. After discussing with some other Hedera devs, it seems likely the issue is because the various fee recipient accounts have not signed the transaction to create the token. I have accumulated different resources to study tomorrow and get a deep understanding of signing transactions and multisignatures, Any quality web3 developer needs to know how signing works inside and out. 

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