XRPL
This library intends to help Elixir developers to integrate and use XRP Ledger Blockchain.
It allows you to interact with its HTTP API and is organized in a manner similar to the official documentation.
⚠️ BEWARE still in development
This is currently a work in progress and there is still a lot to do. Any help is welcome!
- [x] Account methods
- [ ] Ledger methods
- [ ] Transaction methods
- [ ] Path and Order Book methods
- [ ] Payment methods
- [ ] Server methods
- [ ] Clio methods
- [ ] Utility methods
Installation
If available in Hex, the package can be installed
by adding xrpl
to your list of dependencies in mix.exs
:
def deps do
[
{:xrpl, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/xrpl.