ethereum_bip44 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2842344fa400cbf84fec2dd4f6e543116b417d78
4
- data.tar.gz: 5f57d180b1188a630c749971856454a7f4552f77
3
+ metadata.gz: 08db37a85d3dcdcc4bd1a39fcd75f7e13acfca87
4
+ data.tar.gz: ec5035f7250a191d98ae6333086a28deffd42ce0
5
5
  SHA512:
6
- metadata.gz: b5c67c76fba449e85fb5ca20dc7ea08145c774c427ed612eb4668571eff0f98a6ad042484c2c5899d845685d78c9fbcadb944ffeee5936506bc4a789a7d5ce4f
7
- data.tar.gz: c53d65b4474fe22dcac2f178a40aa1fec532250b1b6ce6f8cfb32eafcb12de1f57b888fffac05c5387db77aacc840e688af2501c89996dbc22027b54e7e5e18d
6
+ metadata.gz: f2e4c3586311dbbb8c199982e959d8d92e3922bea40b1b89ffaf4b7de08ddc3025cf92e1cd2098a7bc07738a714bf74311ab4e30673a59447a5be9c4b3b20aca
7
+ data.tar.gz: 8687207aa0c7b74657f79696d378b716e9daeab1027c6a1aa0c63c0e668d6262b1e69041fd86e4fe5213e142208adca3b84b4f7fc83f084d3a4deb48954dde46
data/README.md CHANGED
@@ -5,6 +5,9 @@ A ruby library to generate Ethereum addresses from a hierarchical deterministic
5
5
  Internally it uses [money-tree](https://github.com/GemHQ/money-tree) for the deterministic private and public keys which allows to use many additional features like deriving Ethereum address from mnemonic backups (BIP32).
6
6
 
7
7
  Compatible with most hd wallet client like: imToken,MetaMask,Jaxx,MyEtherWallet,TREZOR,Exodus...
8
+
9
+ Not only for Ethereum address, but also support bitcoin address. I will add more coin support to it.
10
+
8
11
  ## Installation
9
12
 
10
13
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module EthereumBip44
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethereum_bip44
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - wuminzhe