Giter VIP home page Giter VIP logo

ergosphere's Introduction

ErgoSphere - a personal Ergo ecosystem

ErgoSphere was created in the image of Umbrel (https://getumbrel.com), which allows the easy setup of self-hosted Ergo services.

DISCLAIMER: This is experimental software, so do not use it with funds that you cannot afford to lose.

Services

An Ergo full node gets installed by default, which serves as the foundation for other services.

Currently the following services are available on ErgoSphere:

  • Ergo explorer (currently not working)
  • ErgoMixer
  • ErgoDex offchain execution

This list is to be expanded with more services in the future.

Dependencies

ErgoSphere is written in Java, and therefore can run on any system with a Java environment, however there are some additional dependencies:

Running

ErgoSphere must be ran with administrative privilages. This is to make sure there won't be permission problems when interacting with Docker or PowerShell.

By default the web interface will be available on the local IP address of the host (e.g: 192.168.50.111), and all data will be stored in the "data" folder.

NOTE: all other services will be available on this address on their respective ports

These default can be overwritten with command line parameters:

--address <IP ADDRESS>
--port <PORT NUMBER>
--storage <DATA DIRECTORY>

An example for using custom parameters would look like this:

java -jar ErgoSphere.jar -a 192.168.0.120 -p 5555 -s ESdata/

In this example the web interface will be accessible on http://192.168.0.120:5555, and all data will be stored in the "ESdata" folder.

ergosphere's People

Contributors

jellymlg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.