tdn_did 0.6.4

Distributed identity and wallet multiple accounts.
Documentation
[![crate](https://img.shields.io/badge/crates.io-v0.6.4-green.svg)](https://crates.io/crates/tdn_did) [![doc](https://img.shields.io/badge/docs.rs-v0.6.4-blue.svg)](https://docs.rs/tdn_did)

# TDN-Did
A pluggable library for TDN, distributed identity and wallet multiple accounts.

### Features
1. Mnemonic code for generating deterministic keys.
2. Multi-Account Hierarchy for Deterministic Wallets.
3. Compatible with BTC and ETH wallet accounts.

### Reference
- [BIP32]https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
- [BIP39]https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
- [BIP44]https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki

## For more information, please visit:
- Website: https://cympletech.com
- Twitter: https://twitter.com/cympletech
- Discord: https://discord.gg/UfFjp6Kaj4
- E-mail: dev@cympletech.com

## License

This project is licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or
   http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or
   http://opensource.org/licenses/MIT)

at your option.