Giter Site home page Giter Site logo

ethos's Introduction

Ξthos

An Ethereum Browser

Ethos

Still under development. Binaries for the various platforms (when appropriate) will be available at https://github.com/projectdnet/ethos/releases.

##Development Build

The application which is essentially a node-webkit wrapper around other Ethereum projects which when used together make for a better DApp user experience.

Until the Ethereum DNS solution is available Ethos requires custom editing of the systems /etc/hosts file the following can be done on OSX (build/osx_install.sh is available.)

sudo -- sh -c "echo 127.0.0.1 eth >> /etc/hosts"

Windows

The windows equivalent to the above is needed but done differently, for now use google to find out how, but a build/win_install.bat will be added to this repo in the near future.

To run the development build of Ethos to the following

Install

git clone git://github.com/projectdnet/ethos.git
cd ethos
npm install

Run

npm run build-dev

##Server

The webkit instance also instantiates a nodejs server which is used for serving Ethos interface pages, like the homescreen etc.

##ÐApps

Ethos is itself a ÐApp served by the server above, which allows you in add ÐApps of your own or from other source, like the internet. The Ethos browser comes with a few stalwarts, defaults, and examples. Which can be found in the ./dapps folder.

###DNS

Until the Ethereum project fully releases the TLD DNS replacement for the .eth domain, this project will proxy all calls to http://eth:8080/<insert-domain-here> will be proxied to the domains/ip addresses provided to a top level dns contract.

###Swarm & Torrents

Preliminary work on torrent/content support has been deffered to a later version of Ethos when the Ethereum Project has a more concrete implementation. If this takes longer it is assumed that C3D will be the prefered implementation.

##Eth Object / Poly-eth

Current Ethereum clients such as AlethZero and Ethereal inject an eth object into the windows context for DApps to interface with. Ethos also injects an eth object which currently exposes poly-eth a wrapper which allows DApp developers to either polyfil or mock the eth object in environments where a native eth object is unavailable, in instaces where it is available poly-eth provides a consistent API, allowing DApps to be client independent.

This means that in its current form Ethos does not actually interact with the Ethereum Network but in providing a poly-eth eth object enables DApp developers to use webkit developer tools for better debugging and development.

ethos's People

Contributors

d11e9 avatar

Watchers

James Cloos 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.