Zilliqa Wallet is a free open-source community managed app designed for safe storage of Zilliqa tokens.
Download Zilliqa Wallet on the play store »
Report Bug
·
Request Feature
Zilliqa Wallet aims to provide users with a simple to use, lightweight and safe app for storing Zilliqa tokens. Currently there's hundreds of cryptocurrency apps available, all featuring an absolute ton of different tokens. This amount of features and options can be daunting for newcomers to crypto, by providing one simple app with a simple UI Zilliqa Wallet aims to break down the entry barrier for new Zilliqa users.
Currently Zilliqa Wallet provides;
- User-friendly minimalist UI
- Creation of wallets
- Import wallet
- Send Zilliqa
- Receive Zilliqa
- Recent transaction overview
Before setup make sure you have Ionic CLI and Node JS installed.
Follow the instructions on how to install these via the provided links.
- Get a free API key at viewblock.io/api
- Clone the repo
git clone https://github.com/ArthurHoeke/zilliqa-ionic-app-wallet.git
- Install NPM packages
npm install
- Enter your API key in
src/app/pages/home/home.page.ts
const apiClient = zilliqaAPI({
apiKey: 'ENTER YOUR VIEWBLOCK API KEY HERE',
})
Zilliqa Wallet can be opened in your browser using the following command, keep in mind that all ionic plugins which require cordova will not run properly in your browser.
ionic serve
To build the app on your Android phone connect it to your PC, enable developer mode and use the following command
ionic cordova build android
Or add -live at the end for the app to automatically rebuild on code changes.
ionic cordova build android -l
Zilliqa Wallet is still in development and changes to encryption may be made at a later date.
Eventually when the Zilliqa Javascript Library supports Zilliqa Staking I aim to implement this in the app.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Arthur Hoeke - LinkedIn - [email protected]