Skip to content

bigchaindb/bigchaindb-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.