A lightweight and secure Crypto Testnet wallet built in modern C++ with Qt6 framework for GUI
Branches:
- master: Qt version of cpp-crypto-wallet
- TrustWallet_CLI: CLI version of cpp-crypto-wallet
sudo apt update
sudo apt install -y \
clang \
cmake \
ninja-build \
pkg-config \
libssl-dev \
libcurl4-openssl-dev \
libprotobuf-dev \
protobuf-compiler \
nlohmann-json3-dev \
libsodium-dev \
libsecp256k1-dev \
qt6-base-dev \
qt6-base-dev-tools \
curlsudo apt updateThen navigate to folder in your system where you want to install library (in can be Downloads for example)
Then follow next instructions:
git clone https://github.com/trustwallet/wallet-core.gitcd wallet-core./bootstrap.sh nativeCC=clang CXX=clang++ cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Debugmake -Cbuild -j12For now the
If you got any errors, see the official docs to solve them: https://developer.trustwallet.com/developer/wallet-core/developing-the-library/building
Chenge this line in cpp-crypto-wallet CMakeLists.txt:
set(WALLET_CORE your-proper-pass)
Here must be the direct pass to the library you just installed