particle4dev / dicoapp-e

SPV lightweight GUI wallet with barterDEX swap capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


dICO

A Decentralized ICO application built on top of BarterDEX swap.

Dependency Status devDependency Status Coverage Status GitHub Issues

Key FeaturesQuickstartDownloadDocumentationCreditsLicense

screenshot

This project is bound by a [Code of Conduct][].

Key Features

  • No counterparty risk
    • No Account
    • No Email
    • No Password
  • Lowest transaction fee. It's only is 1/777 of the transaction amount
  • The easiest and safest way to distribute your coin
  • Cross platform
    • Windows, macOS and Linux ready

Quickstart

Prerequisites

Following are the minimum tested versions for the tools and libraries you need for running dICO app:

  • Nodejs: v10.13.0 or newer

  • Yarn: v1.9.4 or newer

  • Npm: v6.3.0 or newer

Install

First, clone the repo via git:

git clone -b master https://github.com/KomodoPlatform/dicoapp-e.git

And install dependencies with yarn.

$ cd dicoapp-e
$ yarn install

Lastly, download the latest version of marketmaker app on https://github.com/artemii235/SuperNET/releases and and save it at app/bin/marketmaker folder.

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev

Download

You can download the latest installable version of dICO app for Windows, macOS and Linux.

Documentation

Credits

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

License

This project is licensed under the MIT license, Copyright (c) 2018 Komodo. For more information see LICENSE.md.

About

SPV lightweight GUI wallet with barterDEX swap capabilities

License:MIT License


Languages

Language:JavaScript 99.6%Language:HTML 0.2%Language:Shell 0.1%Language:CSS 0.1%