mirror of
https://github.com/Qortal/pirate-litewalletjni.git
synced 2025-02-11 01:35:49 +00:00
Initial commit, originally based on code from https://github.com/PirateNetwork/cordova-plugin-litewallet
Initial commit, originally based on code from https://github.com/PirateNetwork/cordova-plugin-litewallet
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
Languages
Rust
79.4%
Shell
17.3%
Dockerfile
3.3%