Skip to content
Dmitry edited this page Jun 11, 2018 · 7 revisions

config.java

public class config {

public static String addressethnode() {
    String ethnode = "http://IP_ADDRESS"; // ethereum network
    return ethnode;
}

public static String addresssmartcontract() {
    return "0x0........"; // Contract Address
}

public static String passwordwallet() {
    return "";
}

}

Clone this wiki locally