Consensys / anonymous-zether

A private payment system for Ethereum-based blockchains, with no trusted setup.
Other
295 stars 73 forks source link

Updating README / install / setup instructions. #5

Closed libby closed 5 years ago

libby commented 5 years ago
benediamond commented 5 years ago

this is great!!!

small comments:

for the nodejs example in this project to work, websockets need to be enabled when starting up geth/quorum: websocket geth flags --ws, --wsport 23000, --ws --wsorigins=*.

Actually, IPC should work too, and if everything is local anyway, this might be easier. That's what I used. do you think it's worth mentioning this?

libby commented 5 years ago

this is great!!!

small comments:

for the nodejs example in this project to work, websockets need to be enabled when starting up geth/quorum: websocket geth flags --ws, --wsport 23000, --ws --wsorigins=*.

Actually, IPC should work too, and if everything is local anyway, this might be easier. That's what I used. do you think it's worth mentioning this?

Thanks! Well this is to get it to work with the nodejs example project which uses websockets.