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
- Host: GitHub
- URL: https://github.com/octavonce/bigchaindb_ex
- Owner: octavonce
- License: apache-2.0
- Created: 2017-12-21T17:34:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T13:25:39.000Z (over 8 years ago)
- Last Synced: 2025-04-06T04:43:52.058Z (about 1 year ago)
- Topics: bigchaindb, blockchain, blockchain-technology, database, driver, elixir, erlang
- Language: Erlang
- Homepage:
- Size: 738 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```