BIP: 2023-ordswap
Layer: Applications
Title: Trust minimized swaps using PSBTs
Author: /dev/fd0
Status: Draft
Created: 2023-03-02
License: Public Domain
Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.
Note that you need the https://brew.sh/ package manager installed on your machine.
brew install fish
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | version: "3.8" | |
| services: | |
| bitcoind: | |
| image: "lightninglabs/bitcoin-core:25" | |
| command: | |
| - -regtest | |
| - -rpcbind=0.0.0.0 | |
| - -rpcallowip=0.0.0.0/0 | |
| - -rpcuser=rpcuser | |
| - -rpcpassword=rpcpassword |