c2bfd7eb11
v2.0.1 Updates |
||
---|---|---|
script | ||
README.md | ||
addmultisigaddress.html | ||
addnode.html | ||
backupwallet.html | ||
bootstrap.min.css | ||
clearbanned.html | ||
createmultisig.html | ||
createrawtransaction.html | ||
decoderawtransaction.html | ||
decodescript.html | ||
disconnectnode.html | ||
dumpprivkey.html | ||
dumpwallet.html | ||
encryptwallet.html | ||
estimatefee.html | ||
estimatepriority.html | ||
fundrawtransaction.html | ||
generate.html | ||
getaccount.html | ||
getaccountaddress.html | ||
getaddednodeinfo.html | ||
getaddressesbyaccount.html | ||
getbalance.html | ||
getbestblockhash.html | ||
getblock.html | ||
getblockchaininfo.html | ||
getblockcount.html | ||
getblockhash.html | ||
getblockheader.html | ||
getblocksubsidy.html | ||
getblocktemplate.html | ||
getchaintips.html | ||
getconnectioncount.html | ||
getdeprecationinfo.html | ||
getdifficulty.html | ||
getgenerate.html | ||
getinfo.html | ||
getlocalsolps.html | ||
getmempoolinfo.html | ||
getmininginfo.html | ||
getnettotals.html | ||
getnetworkhashps.html | ||
getnetworkinfo.html | ||
getnetworksolps.html | ||
getnewaddress.html | ||
getpeerinfo.html | ||
getrawchangeaddress.html | ||
getrawmempool.html | ||
getrawtransaction.html | ||
getreceivedbyaccount.html | ||
getreceivedbyaddress.html | ||
gettransaction.html | ||
gettxout.html | ||
gettxoutproof.html | ||
gettxoutsetinfo.html | ||
getunconfirmedbalance.html | ||
getwalletinfo.html | ||
help.html | ||
importaddress.html | ||
importprivkey.html | ||
importwallet.html | ||
index.html | ||
keypoolrefill.html | ||
listaccounts.html | ||
listaddressgroupings.html | ||
listbanned.html | ||
listlockunspent.html | ||
listreceivedbyaccount.html | ||
listreceivedbyaddress.html | ||
listsinceblock.html | ||
listtransactions.html | ||
listunspent.html | ||
lockunspent.html | ||
move.html | ||
ping.html | ||
prioritisetransaction.html | ||
sendfrom.html | ||
sendmany.html | ||
sendrawtransaction.html | ||
sendtoaddress.html | ||
setaccount.html | ||
setban.html | ||
setgenerate.html | ||
settxfee.html | ||
signmessage.html | ||
signrawtransaction.html | ||
stop.html | ||
submitblock.html | ||
validateaddress.html | ||
verifychain.html | ||
verifymessage.html | ||
verifytxoutproof.html | ||
z_exportkey.html | ||
z_exportviewingkey.html | ||
z_exportwallet.html | ||
z_getbalance.html | ||
z_getnewaddress.html | ||
z_getoperationresult.html | ||
z_getoperationstatus.html | ||
z_getpaymentdisclosure.html | ||
z_gettotalbalance.html | ||
z_importkey.html | ||
z_importviewingkey.html | ||
z_importwallet.html | ||
z_listaddresses.html | ||
z_listoperationids.html | ||
z_listreceivedbyaddress.html | ||
z_listunspent.html | ||
z_mergetoaddress.html | ||
z_sendmany.html | ||
z_shieldcoinbase.html | ||
z_validateaddress.html | ||
z_validatepaymentdisclosure.html | ||
zcbenchmark.html | ||
zcrawjoinsplit.html | ||
zcrawkeygen.html | ||
zcrawreceive.html | ||
zcsamplejoinsplit.html |
README.md
Zcash RPC Documentation Generator
This tool extracts and formats the help text for each of the Zcash RPC calls. The output of this script is hosted at zcash-rpc.github.io.
See the script
directory for the zcash.go
script that generates the output and template.
How to use
Ensure that you have Go installed and a working and running zcashd
instance and that the zcash-cli
executable is available in /usr/bin/zcash-cli
(or update the path to your zcash-cli executable in zcash.go
). From the script
directory simply run go run zcash.go
and the documentation will be produced for all Zcash RPC calls and styled according to the template in template.html
.