Skip to content

Instantly share code, notes, and snippets.

@IHLight
Last active March 24, 2020 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IHLight/db2e5e848918df2bf1d426c396eeb815 to your computer and use it in GitHub Desktop.
Save IHLight/db2e5e848918df2bf1d426c396eeb815 to your computer and use it in GitHub Desktop.
import io.xpring.xrpl.*;
public class Test {
public static void main(String[] args) throws XpringException {
String grpcAddress = "test.xrp.xpring.io:50051";
//error Managedchannel instead String parameter
XpringClient xrpClient = new XpringClient(grpcAddress, true);
//cant found class
//XrpClient xc = new xrpClient("test.xrp.xpring.io:50051",true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment