Skip to content
Dmitry edited this page Mar 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 "";`
`}`

}

Telegram Group

Clone this wiki locally