An open API service indexing awesome lists of open source software.

https://github.com/octavonce/bigchaindb_ex

Bigchaindb driver writen in elixir
https://github.com/octavonce/bigchaindb_ex

bigchaindb blockchain blockchain-technology database driver elixir erlang

Last synced: 5 months ago
JSON representation

Bigchaindb driver writen in elixir

Awesome Lists containing this project

README

          

# BigchaindbEx

A driver for bigchaindb written in elixir

## Make sure you have the following installed:
* elixir >= v1.5
* libsodium >= v1.0.12

## Installation

BigchaindbEx can be installed
by adding `bigchaindb_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:bigchaindb_ex, "~> 0.1"}
]
end
```