Guys, bit of a technical question, on best practice.
Let’s say I have a script that manipulates a private key of a wallet, and posts transactions based on some Parameters.
What is the best way of doing this, is there a best practice to do this using btc scripts and cryptography, or I just store the private key in sql db, and sign transactions with rust scripts? This is for btc only question, no solidity smart contracts

Jan 19, 2022, 10:46 PM
Because it arised, and this is the biggest group I have with blockchain related devs.
Jan 19, 2022, 11:16 PM
What do you mean manipulate a private key?
Jan 19, 2022, 11:21 PM
Sign transaction
Jan 19, 2022, 11:26 PM
I’m not aware of any best practice as long as you ensure the privkey is secure enough and the signing is correct and it gets to the network.
Jan 19, 2022, 11:34 PM

© 2024 Draquery.com All rights reserved.