Git Product home page Git Product logo

eden's Introduction

Ethereum Development Environment and Network (EDEN)

Build Status

Ethereum Development Environment and Network is a collection of tools and templates to enable app developers to create new prototypes fast and effectively.

Contents

  • Private PoA geth blockchain including bootnode, fullnode, miners, explorers and monitors

  • Private PoW geth blockchain including bootstrapping node, scalabe number of nodes, explorers and monitors

  • Private PoA parity blockchain including authorities, members, explorers and monitors

  • Toolbox with Truffle, Oyente and some development utilities

  • Open-Ethereum development chain including explorer, monitor and dashboard

  • Private IPFS network including IPFS peers and clusters

  • Single SKALE node environment

Screenshot of the EDEN dashboard

Getting Started

  • Get a local copy of the repository, master branch is the latest version available:
git clone https://github.com/MaibornWolff/eden.git

Installing

Refer to the README file of each blockchain. They are in the project subfolders.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Developed with ๐Ÿ’š by MaibornWolff

eden's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eden's Issues

Empty dashboard on eth-netstats

Netstats service in geth-pow-docker can not retrieve data from eth-net-intelligence-api. There is no error message on JS console but the dashboard comes empty. No node or statistics are shown.

Ethstats doesn't work

Ethstats-monitor in geth-poa-docker runs into a problem on startup and it doesn't work properly. The log file outputs:

tail: unrecognized file system type 0x794c7630 for '/home/ethnetintel/.pm2/logs/node-app-out-0.log'

Issue installing EDEN on docker-compose

Hello,

I'm having an issue with installing EDEN Parity Network. When I try to run

docker-compose up -d

I get the following error:

Step 5/10 : RUN git clone https://github.com/appliedblockchain/explorer.git .
 ---> Running in 1e154df4fa76
Cloning into '.'...
fatal: could not read Username for 'https://github.com': No such device or address
ERROR: Service 'explorer' failed to build: The command '/bin/sh -c git clone https://github.com/appliedblockchain/explorer.git .' returned a non-zero code: 128

Any idea on how to solve this?

Missing dependency in explorer

I'm getting an issue when I try to build explorer service in geth-pow-docker:

npm ERR! 404 Not Found: @appliedblockchain/block-explorer-client@https://registry.npmjs.org/@appliedblockchain/block-explorer-client/-/block-explorer-client-0.13.1.tgz

block-explorer-client and block-explorer-server packages are not available anymore in the public npm registry.

Travis CI finalization

Travis continuous integration is introduced with #20 and it runs expectedly. However, the build process is failing because of missing Docker Hub / GitHub credentials. An authorized user should follow these 2 steps:

  1. To deploy project images on Docker Hub registry, an authorized Docker user must set his/her login credentials in 2 environment variables, as mentioned on Travis documentation. DOCKER_USERNAME and DOCKER_PASSWORD have to be defined on the settings page. Display value in build log option must be switched off and the Docker user must have a write access on the official Docker Hub repository.

  2. Semantic release module requires also push access on GitHub repository in order to create tags and releases. An authorized GitHub user has to generate a personal access token which has to be saved in GH_TOKEN variable on Travis settings.

.travis.yml file doesn't need to be changed.

Travis settings should look like this:

Screen Shot 2019-04-17 at 11 13 04

Build and deployment process take up around 20 minutes. They could be improved with Docker Layer caching, but Travis discourages it. I still tried CACHE_FROM directive but it didn't work as expected. The images are built every single time from scratch.

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.