Liviano is a proof of concept light wallet framework for Bitcoin written in C# with NBitcoin. It includes a CLI and a Daemon. Liviano is ideal for running your own light client node to spin off your own wallet!
We use Xamarin and NBitcoin and support .NET Standard 2.0 which makes this library compatible with the following platforms:
- Windows (.NET Framework)
- Mac (Xamarin, Mono Mac)
- Linux (.NET Core)
- iOS (Xamarin)
- Android (Xamarin)
make build
make test
| Command | Description |
|---|---|
run |
run Liviano.CLI project, use args="--version" make run to run with argument --version |
build |
builds Liviano solution |
test |
runs the test project Liviano.Tests |
publish[_debug,_release] |
build to publish Liviano solution |
clean |
removes executables from bin |
[ubuntu,osx]_debug_build |
creates a debug build for an specific OS installed in ./liviano-cli |