Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 467 Bytes

File metadata and controls

23 lines (13 loc) · 467 Bytes

libonionrequests

c++ onion requests library with python nodejs and jvm wrapper libraries.

Build Status

usage

building the library:

$ mkdir -p build
$ cd build
$ cmake ..
$ make

building docs:

$ make doc
$ python3 -m http.server -d docs/html

then browse to http://127.0.0.1:8000