Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proximax-storage/xpx-chain-mobile-wallet
ProximaX Official Sirius Blockhain Mobile Wallet
https://github.com/proximax-storage/xpx-chain-mobile-wallet
blockchain mobile official sdk
Last synced: 8 days ago
JSON representation
ProximaX Official Sirius Blockhain Mobile Wallet
- Host: GitHub
- URL: https://github.com/proximax-storage/xpx-chain-mobile-wallet
- Owner: proximax-storage
- Created: 2019-04-30T21:30:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:57:02.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:16:52.842Z (7 months ago)
- Topics: blockchain, mobile, official, sdk
- Language: TypeScript
- Homepage: https://mobilewallet.proximax.io/
- Size: 91.6 MB
- Stars: 3
- Watchers: 8
- Forks: 3
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
![](https://www.proximax.io/user/themes/proximaxvrs1/images/logo.png)
# ProximaX Sirius Wallet
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.#### A simple yet elegant wallet for ProximaX blockchain.
[![Appstore](https://camo.githubusercontent.com/ddac8b1e589cfdb5b7ed6efd92fca87cf4553f1a/68747470733a2f2f626c756577616c6c65742e696f2f696d672f6170702d73746f72652d62616467652e737667)](https://apps.apple.com/us/app/proximax-sirius-wallet/id1475020250?l=es&ls=1)
[
![Playstore](https://camo.githubusercontent.com/2d939268876bda13dd071b99aa75daf82ef8c4f3/68747470733a2f2f626c756577616c6c65742e696f2f696d672f706c61792d73746f72652d62616467652e737667)](https://play.google.com/store/apps/details?id=io.proximax.siriuschainwallet)Website: [proximax.io](http://proximax.io)
Community: [telegram group](https://t.me/ProximaXio)
* 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## BUILD
* 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
```
### iOS
Follow the Cordova [iOS Platform Guide](https://cordova.apache.org/docs/en/latest/guide/platforms/ios/) 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### Android
Follow the Cordova [Android Platform Guide](https://cordova.apache.org/docs/en/latest/guide/platforms/android/) to set up your development environment.
```
ionic cordova platform rm android
ionic cordova platform add android
ionic cordova build --release android
```