Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanfordcai/extended_key
Elixir BIP32 implementation
https://github.com/lanfordcai/extended_key
bip32 bitcoin hdwallet
Last synced: 3 months ago
JSON representation
Elixir BIP32 implementation
- Host: GitHub
- URL: https://github.com/lanfordcai/extended_key
- Owner: LanfordCai
- License: mit
- Created: 2019-02-09T14:52:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T09:12:38.000Z (over 3 years ago)
- Last Synced: 2024-10-29T08:42:27.645Z (3 months ago)
- Topics: bip32, bitcoin, hdwallet
- Language: Elixir
- Size: 17.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExtendedKey
Elixir BIP32 implementation
## Installation
This package can be installed by adding `extended_key` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:extended_key, "~> 0.3.0"}
]
end
```Documentation can be found at [https://hexdocs.pm/extended_key](https://hexdocs.pm/extended_key).