Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 689 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 689 Bytes

dask-sdk-bindings

Build Instructions

Clone Repos

# create a containing directory
mkdir dashpay
cd dashpay

git clone https://github.com/dashpay/kotlin-platform.git
git clone --branch feat/add-android-support https://github.com/hashengineering/rs-x11-hash.git # the android PR is not yet merged
git clone --branch ferment1 https://github.com/hashengineering/platform.git 
git clone --branch feat/opaque-default https://github.com/dashpay/ferment.git 

Build

This creates the header file and rust static library to be used to generate the Java bindings

# clean is necessary because dependency changes are not always detected
cargo clean && cargo build