Posts Posts + Replies
bitfeed
satchmo
2 years ago
Another update to the Bitcoin vscode plugin. Added raw tx to TXO and BOB format using shapeshift. Thanks @libs for the suggestion. Maybe in the future I can add context menu option to highlight the tx object and transform to various formats right in place from the right click menu. This would work to flip between txo to bob or bob to hex or whatever you need, but this is a good start.
satchmo
2 years ago
Added decode raw tx to the Bitcoin vscoce extension: https://marketplace.visualstudio.com/items?itemName=Satchmo.bitcoin
satchmo
2 years ago
Bitcoin extension for vs-code
Often times when writing code I need the same things over and over. Sometimes its a txid, or an address, or a private key. In the above screencast you can see me generating a private key, and then getting an address for that private key.
satchmo
2 years ago
I made a vs code extension for working with Bitcoin transactions, addresses, and keys. It can also fetch transaction data for a given txid in different formats. anything the bsv js library can do is pretty easy to expose this way. Trying to avoid storing any keys or trying to be a wallet. Other than that, any suggestions? https://marketplace.visualstudio.com/items?itemName=Satchmo.bitcoin
satchmo
2 years ago
we put together a list of resources for building with BitCoin + Go! https://gobitcoinsv.com @mrz