Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 324 Bytes

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.