Enecuum / android-miner-app

White label mining application for Enecuum network.

Home Page:https://enecuum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-miner-app

This is a so-called "white label" mining application for Enecuum Network. It can be used for creating dedicated mining apps for specific mining tokens issued in Enecuum blockchain network.

To configure the application before building and using it, you need to write several values to the assembly files:

  1. Token hash at app/build.gradle instead of 000...000 hash
buildConfigField "String", "TOKEN", "\"0000000000000000000000000000000000000000000000000000000000000000\""
  1. Ticker and App name at res/values/strings.xml (and other languages)
<!ENTITY ticker "COIN">
<!ENTITY name "Coin">
<!ENTITY logo "Wallet">
<!ENTITY url "https://www.coin.example">

Also it's necessary to replace urls for your documents and other resources.

About

White label mining application for Enecuum network.

https://enecuum.com

License:MIT License


Languages

Language:Kotlin 100.0%