ProximaX Sirius Wallet is one of the official ProximaX applications, which offers total security for the storage, shipment and receipt of your assets. With ProximaX Sirius Wallet you can make your transactions safely, It is available for Android and ios.
Website: proximax.io
Community: telegram group
- Create as many accounts as you want
- Supports multiple mosaics
- Supports signing partial transfer transactions
- Latest price index and market statistics for XPX
- PIN code security for secondary protection layer
- And many more
- In your console:
Clone the repo and open the directory:
https://github.com/proximax-storage/xpx-chain-mobile-wallet
cd xpx-chain-mobile-wallet
npm install
Follow the Cordova iOS Platform Guide to set up your development environment.
ionic cordova platform rm ios
ionic cordova platform add ios
ionic cordova prepare ios
Once your environment is configured, you can use Xcode to compile and update your version
Follow the Cordova Android Platform Guide to set up your development environment.
ionic cordova platform rm android
ionic cordova platform add android
ionic cordova build --release android