In order to build client and server, you have to:
- to go insed of using_bulletproofs folder and build the library by typing
cargo build --release - Have SDL2 installed.
- In the root dir build client and server by typing
makein the console (works for Mac OS as of now, but you can also build it yourself).
It's time to run, but don't rush, couple more steps are needed before:
- zcashd already up and running
- accessible zcash-cli from any place (hint: create symbolic link)
Sends specified amount of money to specified addr and returns transaction id. Inside the memo field it writes the serialized bulletproof and commited valued concatenated as one string.
With specified z_addr, periodically checks if there any new transaction, and if there are such, checks zk (age >= 18) with given encoded string in memo field.