BDK を wasm 向けにビルドする (Apr 2023)

BDK 0.28 までの間に、 features が整理された。WASM 向けビルドも考慮に入った。

2023 年 4 月 24 日時点では、下記のようにすれば良い。

[dependencies]
bdk = { version = "0.28.0", features = ["all-keys"] }
bip39 = { version = "2.0", features = ["rand"] }
getrandom = { version = "0.2", features = ["js"] }
Remaining : 0 characters / 0 images
100

Sign up / Continue after login

Related stories

Writer

偽物です。

Share

Popular stories

RGB protocol での転送(transfer)

110

RGB プロトコルにおける "schema"

92

RGB protocol を外堀から埋める (1/n)

64