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.
|
4 years ago | |
---|---|---|
client | 4 years ago | |
paper | 4 years ago | |
server | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
api.go | 4 years ago | |
api_test.go | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago |
README.md
Zcash Token Service
This repository contains a prototype implementation of a token service (described in this paper) and based on the privacypass implementation in Tapir.
client/client.go
implements the client portion, generating a set of tokens and sending these
to the zcash token service through an encrypted memo along with payment and a return address.
server/server.go
implements the server portion, polling zcash for new transactions, signing the
tokens it receives along with a proof and sending both back through an encrypted memo to the specified
return address.