ic-btc-test-utils 0.1.0

Test utilities for the Bitcoin Canister on the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ic-btc-test-utils"
version = "0.1.0"
edition = "2021"
description = "Test utilities for the Bitcoin Canister on the Internet Computer"
homepage = "https://docs.rs/ic-btc-test-utils"
documentation = "https://docs.rs/ic-btc-test-utils"
license = "Apache-2.0"
include = ["src", "Cargo.toml", "../LICENSE"]
repository = "https://github.com/dfinity/bitcoin-canister"

[dependencies]
bitcoin = {version = "0.28.1", features = ["rand"]} # needed for generating secp256k1 keys.