Pirate LiteWalletJNI build system for Qortal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
CalDescent 1b4a26b057 Fixed lockfile 2 years ago
src Fixed lockfile 2 years ago
.gitignore Added Cargo.lock file, as regenerating this causes dependency conflicts. 2 years ago
LICENSE
README.md

README.md

Pirate Chain LiteWalletJNI Build System

Based on code from https://github.com/PirateNetwork/cordova-plugin-litewallet
Adapted in July 2022 by Qortal dev team

Native Builds

cd src/
cargo build --release
ls -l target/release

Cross Compilation via Docker

cd src/
./build-docker.sh
./crosscompile.sh
ls -l target