A wrapper around bitcoin-cli commands for use from emacs.
Not in any kind of package manager yet.
In your `.emacs. file
(load "path/to/bitcoin.el")
(setq btc-network "testnet")
;; can also change network with command belowbtc-balanceprints and copies to kill ring the current balance of the walletbtc-addressprints and copies an address from the walletbtc-sendprompts for an address and amount (in satoshis), sends to address, copies transaction id to kill ring
btc-networkprint the current network (test or main)btc-mainnetset network to mainbtc-testnetset network to testnet