nigiri icon indicating copy to clipboard operation
nigiri copied to clipboard

🍣 A delicious docker box for special Bitcoin, Lightning and Liquid cookings

Results 30 nigiri issues
Sort by recently updated
recently updated
newest added

Nigiri has been extensively used from a while, primary by Vulpem team but also dozen of users around the world. We can say the feature set is stable enough now...

Example ``` $ nigiri mint $(nigiri rpc --liquid getnewaddress) 100000 A Aaa asset: 9ea078c11a20f0d9494bc75548d0b7125605e5a5fca8ec372106c2275b159091 issuance_txin: txid: 859c1dd51e7c82fc53415cc31d14e903e7fbe8966c4a5fc5bd41bfc95a22224e vin: 0 txId: 2466c0bde0df998fda2f74ff5f671f90db45cc74281452aaff2750a3523e37fd ``` ``` $ nigiri mint $(nigiri rpc --liquid getnewaddress)...

It would be very helpful for Liquid Developers to have a service like Liquid.Coach spun up in the box. This means: 1) Dockerize the orginal web application 2) Create a...

enhancement

Explore the usage of https://github.com/ottomatica/slim in the context of having a very light container runtime

* The ghcr images hosted by vulpemventures are not usable * Anyone who calls ```curl https://getnigiri.vulpem.com | bash``` will not be able to start Nigiri It fails with the following...

It solves the problem that files created in volumes have root user and make it hard to remove on Linux machines.

We should "proxy" the local listening TCP ports to intercept requests such as the [_sendrawtransaction_](https://developer.bitcoin.org/reference/rpc/sendrawtransaction.html) for Bitcoin/Elements Core and the [broadcast](https://electrumx.readthedocs.io/en/latest/protocol-methods.html#blockchain-transaction-broadcast) for Electrum, so that we can automatically generate a...