Litewallet is the best way to get started with Litecoin. Our simple, streamlined design is easy for beginners, yet powerful enough for experienced users. This is a free app produced by the Litecoin Foundation.
The Litewallet Team is a group of global volunteers & part of the Litecoin Foundation that work hard to promote the use of Litecoin. Litewallet takes alot of time and resources to improve and test features but we need your help. Please consider donating to one of our addresses:
Hardware Campaign | General Litecoin Foundation |
---|---|
QR Code | QR Code |
Unlike other iOS Litecoin wallets, Litewallet is a standalone Litecoin client. It connects directly to the Litecoin network using SPV mode, and doesn't rely on servers that can be hacked or disabled. Even if Litewallet is removed from the App Store, the app will continue to function, allowing users to access their valuable Litecoin at any time.
Litewallet utilizes AES hardware encryption, app sandboxing, and the latest iOS security features to protect users from malware, browser security holes, and even physical theft. Private keys are stored only in the secure enclave of the user's phone, inaccessible to anyone other than the user.
Simplicity and ease-of-use is Litewallet's core design principle. A simple recovery phrase (which we call a paper key) is all that is needed to restore the user's wallet if they ever lose or replace their device. Litewallet is deterministic, which means the user's balance and transaction history can be recovered just from the paper key.
- "simplified payment verification" for fast mobile performance
- no server to get hacked or go down
- single backup phrase that works forever
- private keys never leave your device
- import password protected paper wallets
- "payment protocol" payee identity certification
Litewallet is available in the following languages:
- Chinese (Simplified and traditional)
- Danish
- Dutch
- English
- French
- German
- Italian
- Japanese
- Korean
- Portuguese
- Russian
- Spanish
- Swedish
Installation on jailbroken devices is strongly discouraged.
Any jailbreak app can grant itself access to every other app's keychain data. This means it can access your wallet and steal your Litecoin by self-signing as described here and including <key>application-identifier</key><string>*</string>
in its .entitlements file.
- Download and install Cocoapods to your Mac computer:
sudo gem install cocoapods
- Download and install the latest version of Xcode
- Clone this repo & init submodules
$ git clone https://github.com/litecoin-foundation/litewallet-ios
$ git submodule init
$ git submodule update
- From the root where the Podfile is located, install the pods:
pod install
- From the root where the Xcode Workspace is located, open the project:
open loafwallet.xcworkspace
Use this to delete old workflow runs from the terminal when logged in:
gh run list --json databaseId -q '.[].databaseId' |
xargs -IID gh api \
"repos/$(gh repo view --json nameWithOwner -q .nameWithOwner)/actions/runs/ID" \
-X DELETE
Litecoin source code is available at https://github.com/litecoin-project/litecoin