Coder Social home page Coder Social logo

pinkdiamond1 / minter-android-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from minterteam/minter-android-wallet

0.0 1.0 0.0 48.57 MB

Android BIP Wallet

Home Page: https://minter.network

License: MIT License

Shell 0.09% Java 22.44% Prolog 0.01% Kotlin 77.46%

minter-android-wallet's Introduction

Android BIP Wallet

Download

BIP Wallet TESTNET is an application for buying, selling, and exchanging MNT—digital coin used in the Minter blockchain’s test network.

Featured on Telegram’s official blog, Minter has put a lot of effort into designing a fast, robust, and user-friendly mobile wallet.

Tired of having to memorize those long strings of symbols they call blockchain addresses? Quit that! With BIP wallet, you can transfer funds to an e-mail address and even a username. What’s more, it takes only five seconds for a transaction to be completed.

Download

Latest version always available at Google Play,

or from latest tag:

release tag

Documentation

Javadoc available in code comments

Build

1. Clone repository

git clone https://github.com/MinterTeam/minter-android-wallet.git

// see latest stable release tag
git checkout ${latest.tag}

2. Install Android SDK (if not installed yet)

3. Build via gradle

3.1 Create keystore for app signing

First, locate your JDK path and add $JAVA_HOME/bin directory to your $PATH variable

export PATH=$PATH:/path/to/jdk/

Default JDK locations:

  • Windows: C:\Program Files\Java\jre7\bin
  • macOS: /Library/Java/JavaVirtualMachines/jdk-$VERS.jdk

Second. Create keystore file via keytool

Example:

keytool -genkey -v -keystore wallet.keystore -alias wallet_alias -keyalg RSA -keysize 2048 -validity 10000

Or via Android Studio. See google examples: link

Third. Put keystore values to $HOME/.gradle/gradle.properties

minter_key_alias=$KEY_ALIAS_YOU_WERE_SET
minter_key_password=$KEY_PASSWORD_YOU_WERE_SET
minter_key_store_file=$KEY_STORE_FILE_PATH_YOU_WERE_SET
minter_key_store_password=$KEY_STORE_FILE_PASSWORD_YOU_WERE_SET

3.2 Assembling

cd /path/to/minter-android-wallet

// Testnet flavor
./gradlew :clean :app:assembleNetTestRelease

// Mainnet flavor
./gradlew :clean :app:assembleNetMainRelease

Built apk file will be stored at:

  • For testnet: app/build/outputs/apk/netTest/release
  • For mainnet: app/build/outputs/apk/netMain/release

4. Testing

Unit tests:

./gradlew :app:testNetTestDebugUnitTest

UI test (emulator or physical device required)

./gradlew :app:connectedNetTestDebugAndroidTest

Changelog

See RELEASE_NOTES.md

License

This software is released under the MIT License.

© 2018 MinterTeam [email protected], All rights reserved.

minter-android-wallet's People

Contributors

bitvale avatar edwardstock avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.