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

Online services implementation #1170

Merged
merged 8 commits into from
Mar 6, 2020
Merged

Online services implementation #1170

merged 8 commits into from
Mar 6, 2020

Conversation

AlexandrouR
Copy link
Contributor

What does this PR do?

Adds web3j local account implementation

Where should the reviewer start?

all modified files

Why is it needed?

to integrate with upcoming web3j auth

@AlexandrouR AlexandrouR changed the title Online services new Online services implementation Mar 4, 2020
private static final Path WEB3J_CONFIG_PATH =
Paths.get(System.getProperty("user.home"), ".web3j", ".config");

private static String SERVICES_ENDPOINT = "https://%s-eth.epirus.io/%s";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node RPC endpoint

public class LocalWeb3jAccount {

private static final Path WEB3J_CONFIG_PATH =
Paths.get(System.getProperty("user.home"), ".web3j", ".config");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

epirus config

@josh-richardson josh-richardson merged commit c0b7b9c into hyperledger:master Mar 6, 2020
This pull request was closed.
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

Successfully merging this pull request may close these issues.

3 participants