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
Description
Pirate LiteWalletJNI build system for Qortal
Readme MIT 72 KiB
Languages
Rust 79.4%
Shell 17.3%
Dockerfile 3.3%