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 +4 -4
- data/README.md +3 -0
- data/lib/ethereum_bip44/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 08db37a85d3dcdcc4bd1a39fcd75f7e13acfca87
|
|
4
|
+
data.tar.gz: ec5035f7250a191d98ae6333086a28deffd42ce0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|