Skip to content
James Brown edited this page Jun 15, 2020 · 1 revision

AlphaWallet for Android Wiki.

AW Internal

Place your keys file in the root project directory (usually /StudioProjects or /IdeaProjects) or wherever all your Intellij/Android Studio projects sit.

If you do not have a keys file, an older API key will be used which was leaked, so is expected to have many 3rd party projects using it - the quota will be exhausted quickly. That key should only be used for testing. To manually replace the key you can either edit class EthereumNetworkBase or add the key text into keys.c like this:

const jstring key = "my Infura key goes here";

  • AlphaWallet keys can be found in the αWallet/Android APIs drive directory.
Clone this wiki locally