feeless 0.1.11

A Nano (cryptocurrency) node and utilities such as nano addresses, hashing blocks, signing, etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
test:
	cargo test
	cargo build
	cargo run --example cli -- target/debug/feeless

# Build a docker image, similar to the published one.
docker:
	docker build . --progress=plain -t feeless

# You'll need: `cargo install cargo-release`
release:
	cargo release patch