ethsign 0.7.3

A library to read JSON keyfiles and sign Ethereum stuff.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
echo ""
echo "Running with default features"
echo "============================="
echo ""
cargo build || exit
cargo test || exit

echo ""
echo "Running with pure Rust dependencies"
echo "==================================="
echo ""
cargo build --no-default-features --features pure-rust || exit
cargo test --no-default-features --features pure-rust || exit