-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to setup a privatenet? #41
Comments
Pinging @hal0x2328... This is definitely something we want to support in the near future |
We are working toward integrating the explorer code into a Neo3 version of neo-local so everything is pre-configured and Dockerized. For now you could just set it up manually. You just need to host the front-end code somewhere then install the Lambda functions here using https://github.com/CityOfZion/neo3-explorer-api Then run your Neo3 privatenet node with this plugin installed: https://github.com/CityOfZion/neo-plugins-coz/tree/master/DynamoDBPublisher Just need to have stored AWS credentials available for both processes to read (or appropriate IAM roles assigned to a hosting EC2 instance) and it will be up and running in no time, point the front-end at the REST URL and everything should be up and running. |
@hal0x2328, this is quite complex to me right now....aheuahueaea I do not understand these Lambda functions. Off topic: I will try to learn these setups with AWS asap. Thanks for the guidelines. |
I set up the project so that the all application API requests can be configured on one line: https://github.com/CityOfZion/neo-3-preview/blob/master/src/constants.js#L25 ☝️ If the url of the privatenet API is set up it can just be plugged in on this line |
great, @comountainclimber. Because the part of the plugin |
@comountainclimber, I have been studying the AWS dynamo and Lambda. I see that it was great that you made that configuration in 1 line.
I also saw this project that may be useful: https://github.com/lambci/docker-lambda |
Hi @comountainclimber, we would like to already integrate
neo-3-preview
toneocompiler-eco-3-preview
.In this sense, one of the ingredients we need is to setup the nodes to point to us localhost nodes or the shared-private-net nodes.
The text was updated successfully, but these errors were encountered: