org.polkadot.rpc.provider.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polkadot-java Show documentation
Show all versions of polkadot-java Show documentation
Java Polkadot API, this is a clone of https://github.com/polkadot-java/api
The newest version!
package org.polkadot.rpc.provider;
public interface Constants {
String HTTP_URL = "http://127.0.0.1:9933";
String WS_URL = "ws://127.0.0.1:9944";
}