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
- Host: GitHub
- URL: https://github.com/bigchaindb/bigchaindb-hs
- Owner: bigchaindb
- Created: 2017-03-27T13:05:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T08:22:08.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T20:05:26.440Z (about 2 months ago)
- Topics: bigchaindb, bigchaindb-driver, create, ffi, haskell, transaction, transfer
- Language: Haskell
- Homepage:
- Size: 143 KB
- Stars: 3
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES.md
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`.