Pirate LiteWalletJNI build system for Qortal
Go to file
2022-08-10 18:46:08 +01:00
src Version 1.0.0 2022-08-10 18:46:08 +01:00
.gitignore Added Cargo.lock file, as regenerating this causes dependency conflicts. 2022-08-07 17:58:17 +01:00
LICENSE Initial commit, originally based on code from https://github.com/PirateNetwork/cordova-plugin-litewallet 2022-08-07 17:23:38 +01:00
README.md Initial commit, originally based on code from https://github.com/PirateNetwork/cordova-plugin-litewallet 2022-08-07 17:23:38 +01:00

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