Skip to content

Commit

Permalink
Merge pull request #63 from xch-dev/transfer-dids
Browse files Browse the repository at this point in the history
Add ability to transfer DIDs
  • Loading branch information
Rigidity authored Oct 29, 2024
2 parents 98c43dd + 9262ca6 commit c60edca
Show file tree
Hide file tree
Showing 7 changed files with 295 additions and 70 deletions.
143 changes: 77 additions & 66 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ specta-typescript = "0.0.7"
tauri-specta = "=2.0.0-rc.18"

# Chia
chia = "0.13.0"
clvmr = "0.8.0"
chia-wallet-sdk = { version = "0.16.0", features = ["rustls"] }
chia = "0.15.0"
clvmr = "0.9.0"
chia-wallet-sdk = { version = "0.17.0", features = ["rustls"] }
bip39 = "2.0.0"
bech32 = "0.9.1"

Expand Down
Loading

0 comments on commit c60edca

Please sign in to comment.