Skip to content

Commit

Permalink
Merge pull request #6 from idky137/update_readme
Browse files Browse the repository at this point in the history
updated README, added POC PDF
  • Loading branch information
idky137 authored Mar 6, 2024
2 parents 93b595d + fa54238 commit bad44f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,16 @@ and continue to implement any useful caching/preprocessing we can add...but full
3) Run `$ cargo run --bin zproxy`
3) Run `$ cargo run --release --package zingo-cli -- --chain "testnet" --server "127.0.0.1:8080" --data-dir ~/wallets/test_wallet`

# nproxy/nserver
A nym powered proxy between zingolib and lightwalletd.
# Nym-Proxy / Nym-Server
A nym powered proxy between zcash wallets and lightwalletd, currently capable of sending transactions.

This is the POC and initial work on enabling zcash infrastructure to use the nym mixnet.

[Nym_POC](./docs/nym_poc.pdf) shows the current state of this work ands our vision for the future.

Our plan is to first enable wallets to send and recieve transactions via a nym powered proxy between wallets and a lightwalletd before looking at the wider zcash ecosystem.

# nproxy/nserver
- To run zingo-cli through nym-proxy/server, connecting to lightwalletd/zebrad locally:
1) Run `$ zebrad --config #PATH_TO_ZINGO_PROXY/zebrad.toml start`
2) Run `$ ./lightwalletd --no-tls-very-insecure --zcash-conf-path $PATH_TO_ZINGO_PROXY/zcash.conf --data-dir . --log-file /dev/stdout`
Expand Down
Binary file added docs/nym_poc.pdf
Binary file not shown.

0 comments on commit bad44f0

Please sign in to comment.