https://github.com/tronprotocol/mp-ecdsa-java-sdk
a multi-party-ecdsa jni library
https://github.com/tronprotocol/mp-ecdsa-java-sdk
Last synced: about 1 year ago
JSON representation
a multi-party-ecdsa jni library
- Host: GitHub
- URL: https://github.com/tronprotocol/mp-ecdsa-java-sdk
- Owner: tronprotocol
- License: gpl-3.0
- Created: 2020-08-18T07:26:57.000Z (almost 6 years ago)
- Default Branch: mpecdsa-new
- Last Pushed: 2020-09-17T04:09:56.000Z (over 5 years ago)
- Last Synced: 2025-03-29T08:32:57.783Z (about 1 year ago)
- Language: Java
- Size: 7.25 MB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mp-ecdsa-java-sdk
a multi-party-ecdsa jni library
# Pull source
```
$ git clone git@github.com:tronprotocol/mp-ecdsa-java-sdk.git --recursive
```
OR
```
$ git clone git@github.com:tronprotocol/mp-ecdsa-java-sdk.git
$ git submodule update --init --recursive
```
# Required
cmake (version >= 3.10.2)
rust (edition = 2018)
# Dependency
This project needs [`gmp`](https://gmplib.org/) (version >= 6.2.0) library, and you must install
`gmp` first
before build this project.
# build
Step into `cpp` directory, run
```
$ cmake . && make install
```