Hush Full Node software. We were censored from Github, this is where all development happens now. https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Duke Leto be16f80abc Hush Full Node is now GPLv3 4 years ago
..
build-aux/m4 Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
gen Hush Full Node is now GPLv3 4 years ago
include Hush Full Node is now GPLv3 4 years ago
lib Hush Full Node is now GPLv3 4 years ago
pc Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
test Hush Full Node is now GPLv3 4 years ago
.gitignore Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
.travis.yml Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
COPYING Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
Makefile.am Port Clamp JSON object depth to PHP limit from bitcoin-core #22 4 years ago
README Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
TODO Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
autogen.sh Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago
configure.ac Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 7 years ago

README


UniValue

A universal value object, with JSON encoding (output) and decoding (input).

Built as a single dynamic RAII C++ object class, and no templates.