A lightweight, no_std multi-chain HD wallet derivation library in Rust.
Stars
157
Forks
23
Watchers
157
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
143
commits
5
commits
feat(aptos): Add Aptos chain support with SLIP-10 Ed25519 derivation
2b9f32cView on GitHubrefactor(cli): Consolidate HD wallet output construction with HdWalletOutput::simple() and AccountOutput::from_derived()
cb7be3cView on GitHubrefactor(docs): Update doc comments to use kobe_primitives instead of kobe
d79fe99View on GitHubrefactor(chains): Replace to_owned() with String::from() for string conversions
9a4949cView on GitHubchore(workspace): Remove string_to_string lint and fix Clippy warnings across crates
b4f8ac3View on GitHubchore(workspace): Bump version to 0.8.0 and refactor error types across all crates
c2a1b5fView on GitHubchore(workspace): Bump version to 0.7.8 and enhance linting configuration
df88a6cView on GitHubMerge pull request #10 from qntx/dependabot/cargo/sha3-0.11.0
43120a7View on GitHubdocs(skill): Update chain count from 10 to 11 and add XRP Ledger documentation
4e5fabfView on GitHubfeat(cli): Add XRP Ledger (XRPL) command support with new and import subcommands
1399ffeView on GitHubfeat(xrpl): Add XRP Ledger chain support with classic r-address derivation
ee70c21View on GitHubrefactor(workspace): Rename kobe-core to kobe-primitives across all crates
0f31f43View on GitHubrefactor(workspace,ci,evm): Fix no_std compilation for all-chains feature and improve error handling
3ed330cView on GitHub