Thin Actinium Wallet. Built with React Native and BlockCypher API.
- Private keys never leave your device
- Lightning Network supported
- SegWit-first. Replace-By-Fee support
- Encryption. Plausible deniability
- In your console:
git clone https://github.com/AcmLNWallet/AcmLNWallet.git
cd AcmLNWallet
npm install
npm start android
or when developing for iOS
git clone https://github.com/AcmLNWallet/AcmLNWallet.git
cd AcmLNWallet
npm install
npm start ios
npm run test
MIT