Skip to content

mit-dci/zkledger

Repository files navigation

zkLedger

zkLedger is a design for a ledger which has private transactions, but supports provably-correct queries over the ledger.

Maybe you'd like to run the tests:

cd $GOPATH/src/github.com/mit-dci/zkledger
go test

Or, run a local experiment with a few banks, a single-server ledger, and an auditor:

cd cmd/setup
go build
./setup -t simple1

(You can add -debug to get a lot of timing information and other debug output)

About

Privacy-preserving auditing for distributed ledgers

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages