jurraca
jurraca
Rambo seems to be looking for a `_build/dev/lib/rambo/priv/rambo` path which doesn't exist. I see the various architecture builds in the `rambo/priv` folder as `rambo-linux`, `rambo-mac`, and `rambo.exe`. In my case...
This implements macaroons V2 spec as defined [here](https://github.com/rescrv/libmacaroons/blob/master/doc/format.txt), and leaning on the Python [pymacaroons](https://github.com/ecordell/pymacaroons) lib and Golang [go-macaroons](https://github.com/go-macaroon/macaroon) lib. Wrote this to work on a separate project, but I think...
This flake exposes a package and a devShell to develop on Cashu and build the binaries. With flakes enabled, run `nix build` from project root. Tested only on Linux. currently...
This is one of the few options where we need to copy a file over, so thought it would be worth a mention in this section of the docs. Follow...
Taken from @0xB10C 's [config](https://github.com/0xB10C/nix/blob/master/pkgs/asmap-data/default.nix) . The output of the package is just the ASmap file itself, which lives in the [asmap-data](https://github.com/asmap/asmap-data/) repository. Ran tests locally but didn't try a...