Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roosoft/bitcoin_core_client
Allows access to Bitcoin Core nodes in native Elixir format
https://github.com/roosoft/bitcoin_core_client
bitcoin bitcoin-core elixir rpc
Last synced: 20 days ago
JSON representation
Allows access to Bitcoin Core nodes in native Elixir format
- Host: GitHub
- URL: https://github.com/roosoft/bitcoin_core_client
- Owner: RooSoft
- License: unlicense
- Created: 2022-11-16T23:41:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T21:06:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T10:54:00.256Z (21 days ago)
- Topics: bitcoin, bitcoin-core, elixir, rpc
- Language: Elixir
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitcoinCoreClient
## Donations
This library is being built in the wild according to these principles
- Free to use
- Developer friendly
- ModularArguably, the most important part is that it is `unbiased`.
If you want to keep it that way, and want to promote its active development, please send donations
here: `bc1qg89fc50rvppm5v34jtp0ggvkhqnuwql70j36ar`Thank you!
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bitcoin_core_client` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:bitcoin_core_client, "~> 0.1.3"}
]
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 .