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

https://github.com/roynalnaruto/rdb

relational database using ethereum's merkle patricia trie
https://github.com/roynalnaruto/rdb

Last synced: 3 months ago
JSON representation

relational database using ethereum's merkle patricia trie

Awesome Lists containing this project

README

        

# relational db

using cpp-ethereum merkle patricia tree

## compilation MacOS

`chmod +x build_server_client.sh`

`./build_server_client.sh`

## run

`./server_variadic`

on multiple terminals

`./client_variadic`

## tests

Unit tests for `utils`, `template_db`, `db_interface` (BOOST.Test)

`chmod +x run_tests.sh`

`./run_tests.sh`