Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MixCT: Mixing Confidential Transactions from Homomorphic Commitment


Prerequisites

MixCT can be deployed and tested using Truffle and Ganache.

Required utilities

  • Node.js, tested with version v16.15.0.
  • Yarn, tested with version v1.22.18.

Run the following commands:

npm install -g yarn
npm install -g truffle
npm install -g ganache

In the main directory, type yarn to install all dependencies.

Running Tests

Open two terminal windows.

Now, in one window, type

yarn server

In a second window, type

truffle test

This command should compile and deploy all necessary contracts, as well as run some example code.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages