Skip to content

PlatONnetwork/privacy-contract-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Contract SDK

Directory Structure

.
├── build.bat
├── build.sh
├── doc
│   └── manual
├── logs
│   ├── debug.log
│   ├── error.log
│   ├── proxy-debug.log
│   └── proxy-error.log
├── README.md
├── samples   # all here is sample demo
│   ├── config
│   ├── mpc-data-sdk-client
│   ├── mpc-data-sdk-client1
│   ├── mpc-data-sdk-client2
│   ├── mpc-data-sdk-test
│   ├── mpc-proxy-sdk-client
│   ├── mpc-proxy-sdk-quickstart
│   └── mpc-proxy-sdk-tool
└── src
    ├── mpc-data-sdk    # sdk for data-provider
    └── mpc-proxy-sdk   # sdk for calculating-initiator

Overview

SDK, java version.

Development tool is IntelliJ IDEA, build tool is maven, jdk version is 1.8+.

Build & Run

Ref build.sh or build.bat

Usage

Here is manual and quick-start.

Samples

All samples' java client is here.

All samples' cpp & proto source file is here. Ref ReGen.bat or ReGen.sh to gen code.

Other

maven pom.xml

    <mirror>
        <id>alimaven</id>
        <name>aliyun maven</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
        <mirrorOf>central</mirrorOf>
    </mirror>

About

Platon based java private contract sdk for data provider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages