Skip to content

mit-dci/zkledger

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cmd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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