Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven Central Repository #6

Closed
jaybxyz opened this issue Jul 12, 2018 · 4 comments
Closed

Maven Central Repository #6

jaybxyz opened this issue Jul 12, 2018 · 4 comments

Comments

@jaybxyz
Copy link

jaybxyz commented Jul 12, 2018

Is this project already uploaded artifacts to the Central Repository?

From what I search, I don't know where I could find.

https://mvnrepository.com/search?q=eos-java-rpc-wrapper

@spebern
Copy link
Contributor

spebern commented Jul 12, 2018

Hi,

It is not uploaded yet I think. Otherwise you could use it like this in a maven repository:

The dependency.

<dependency>
    <groupId>com.github.EOSEssentials</groupId>
    <artifactId>eos-java-rpc-wrapper</artifactId>
    <version>master-SNAPSHOT</version>
</dependency>

The repo:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

@jaybxyz
Copy link
Author

jaybxyz commented Jul 12, 2018

Thanks for quick reply.
I will try now

@jaybxyz
Copy link
Author

jaybxyz commented Jul 12, 2018

@spebern

Any idea how to connect to one of the BP endpoints?

EosApiRestClient eosApiRestClient = EosApiClientFactory.newInstance("https://api.eosnewyork.io:443").newRestClient();

Using eosjs, I had to configure chainId.

@spebern
Copy link
Contributor

spebern commented Jul 12, 2018

No I'm afraid not.

I only use it with a local docker container right now, so could be a missing feature.

If it turns out to be a missing feature, like for example you have to pass the chain id as a parameter
somehow feel free to open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants