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

https://github.com/bigchaindb/bigchaindb-hs

BigchainDB client tools in Haskell
https://github.com/bigchaindb/bigchaindb-hs

bigchaindb bigchaindb-driver create ffi haskell transaction transfer

Last synced: 21 days ago
JSON representation

BigchainDB client tools in Haskell

Awesome Lists containing this project

README

        

# Bigchaindb-hs

[BigchainDB Shared](https://github.com/libscott/bigchaindb-shared) backend in Haskell.

## Building

Install [Stack](https://docs.haskellstack.org/en/stable/README/). This will take care of installing GHC for you. Then run: `stack build`.

To build shared object:

`make so`

## Testing

Run `stack test`.