Skip to content

The core walletd library that encapsulates all Rust-based functionality the WalletD framework will offer

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

walletd/walletd

Repository files navigation

WalletD

FOSSA Status

Library for building blockchain / web3 apps.

⚠️ This project is under heavy development. Expect bugs & breaking changes prior to v1.0.0's release.

Supports (or should support)

  • Generation of mnemonic phrases
  • Importing of mnemonic phrases
  • Generation of Hierarchical Deterministic (HD) wallets
  • Importing of HD wallets
  • Support for Bitcoin, Ethereum, and other blockchains

Installing Rust

Rust can be installed using your package manager of choice or rustup.rs.

Building

The library can be built and tested using cargo:

git clone git@github.com:walletd/walletd.git
cd walletd
cargo build

You can run tests with:

cargo test

Please refer to the cargo documentation for more detailed instructions.

Building the docs

Docs can be built using the following:

cargo doc --no-deps --open

Contributing

If you are interested in contributing to WalletD, please take a look at our CONTRIBUTING.

License

WalletD is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

FOSSA Status

About

The core walletd library that encapsulates all Rust-based functionality the WalletD framework will offer

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •