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.
 
 
 
 
 
 
jl777 0ea9ae3c05 Update copyright to 2019 6 years ago
..
Makefile Add makefile and readme for CC dapps 6 years ago
README.md zmigrate COIN sapling 6 years ago
cJSON.c Update copyright to 2019 6 years ago
diceloop Reduce 6 years ago
makedapps z_ 6 years ago
oraclefeed.c Update copyright to 2019 6 years ago
sendmany Test 6 years ago
sendmany100 Sendmany100 6 years ago
zmigrate.c Update copyright to 2019 6 years ago

README.md

CryptoCondition dApps

Compiling

To compile all dapps in this directory:

make

zmigrate - Sprout to Sapling Migration dApp

This tool converts Sprout zaddress funds into Sapling funds in a new Sapling address.

Usage

./zmigrate COIN zsaplingaddr

The above command may need to be run multiple times to complete the process.

This CLI implementation will be called by GUI wallets, average users do not need to worry about using this low-level tool.

oraclefeed - feed of price data using oracles

Usage

./oraclefeed $ACNAME $ORACLETXID $MYPUBKEY $FORMAT $BINDTXID [refcoin_cli]

Supported formats are L and Ihh. Price data from CoinDesk API.