/bigchaindb-hs

BigchainDB client tools in Haskell

Primary LanguageHaskell

Bigchaindb-hs

BigchainDB Shared backend in Haskell.

Building

Install Stack. This will take care of installing GHC for you. Then run: stack build.

To build shared object:

make so

Testing

Run stack test.