Getting Started

Download and install nigiri command line interface

curl https://getnigiri.vulpem.com | bash

This will create a directory ~/.nigiri copying there {bitcoin|elements}.conf you can modify.

Lauch Docker daemon (Mac OSX)

open -a Docker

You may want to Manage Docker as a non-root user

Close and reopen your terminal, then start Bitcoin and Liquid

nigiri start --liquid

That's it. Go to http://localhost:5000 for quickly inspect the Bitcoin blockchain or http://localhost:5001 for Liquid.

Use the Bitcoin CLI inside the box

nigiri rpc getnewaddress "" "bech32"

Use the Elements CLI inside the box

nigiri rpc --liquid getnewaddress "" "bech32"