Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 378 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 378 Bytes

mpc-jit

mpc-jit is a privacy contract JIT runtime executor. The source code is located in the tools/platon-jit. To compile the module, please refer to http://www.llvm.org/docs/GettingStarted.html

plang

plang is a privacy contract compiler. The source code is located in tools/clang/tools/plang directory. To compile the compiler, you should first install rapidjson.