Git Product home page Git Product logo

eleos's Introduction

Eleos

Eleos is a multi-platform wallet for zero-knowledge cryptocurrencies written in Electron.

  • Compatible with Windows, MacOS, and Linux
  • No third-party Java dependencies required
  • Supports Zencash, Zclassic, and Zcash

Screenshot

Installation

Note: First time installations may take awhile to load since ~1GB of cryptographic data must be downloaded first.

Windows and MacOS

The simplest way to get started on Windows or MacOS is to download and run the latest installer.

Linux

Note: Eleos requires that the compiled wallets are named zcashd-linux or zcld-linux and are saved into the eleos directory. Get the dependencies

sudo apt-get install node.js nodejs-legacy npm
npm install electron tcp-port-used tar-fs request-progress ht-auth express-ws node-pty

Get the source

git clone https://github.com/zencashio/eleos.git eleos

Copy the Zclassic/Zcash wallet daemon into the elos directory (name the binary zcld-linux or zcashd-linux)

cp ~/Builds/zclassic/src/zcashd ~/Builds/elos/zcld-linux

or

cp ~/Builds/zcash/src/zcashd ~/Builds/elos/zcashd-linux

Start eleos

cd ~/Builds/eleos && npm start

For mac, the files are located in:

/Applications/eleos.app/Contents/Resources/app

Supported Wallets

Eleos is primarily designed for Zcash-based cryptocurrencies. The wallet.dat for each cryptocurrency is stored in the directories below.

Support Status Windows Location MacOS Location
Zclassic Fully supported %APPDATA%/Zclassic ~/Library/Application Support/Zclassic
Zcash Fully supported %APPDATA%/Zcash ~/Library/Application Support/Zcash
Zencash Fully supported %APPDATA%/Zen ~/Library/Application Support/Zen

Development

Want to contribute? Great! We need help.

Todos

  • Display shielded tx generation status
  • Write MOAR tests
  • Write MOAR documentation

Help!

License

Common Public Attribution License (CPAL-1.0)

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.