Wallet implementation ()

* Created walletAddress and walletBalance components
* Added walletSend and transaction list components.
* added transaction history page
This commit is contained in:
akinwale 2018-05-03 19:58:31 +01:00 committed by GitHub
parent 351e39826b
commit 3706bc5936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 845 additions and 15 deletions
src/main/java/io/lbry/browser/reactmodules

View file

@ -16,7 +16,9 @@ import org.json.JSONException;
public class MixpanelModule extends ReactContextBaseJavaModule {
private static final String MIXPANEL_TOKEN = "93b81fb957cb0ddcd3198c10853a6a95";
// TODO: Detect dev / debug and release mode and update value accordingly
//private static final String MIXPANEL_TOKEN = "93b81fb957cb0ddcd3198c10853a6a95"; // Production
private static final String MIXPANEL_TOKEN = "bc1630b8be64c5dfaa4700b3a62969f3"; // Dev Testing
private Context context;