https://github.com/roosoft/bitcoin_accounting
From Bitcoin blockchain's data to human understandable format
https://github.com/roosoft/bitcoin_accounting
Last synced: about 1 year ago
JSON representation
From Bitcoin blockchain's data to human understandable format
- Host: GitHub
- URL: https://github.com/roosoft/bitcoin_accounting
- Owner: RooSoft
- License: unlicense
- Created: 2022-10-18T13:28:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T19:42:28.000Z (over 3 years ago)
- Last Synced: 2025-04-10T23:48:25.714Z (over 1 year ago)
- Language: Elixir
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitcoinAccounting
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bitcoin_accounting` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bitcoin_accounting, "~> 0.1.31"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .
## Testing
## Integration tests
To test lib against real Electrum server please set `LB_ELECTRUM_CLIENT_IP`, `LB_ELECTRUM_CLIENT_PORT` and run `mix test_all`