A Decentralized ICO application built on top of BarterDEX swap.
Key Features • Quickstart • Download • Documentation • Credits • License
This project is bound by a [Code of Conduct][].
- 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
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
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
You can download the latest installable version of dICO app for Windows, macOS and Linux.
- Nam Hoang - Initial work and maintainer - particle4dev
See also the list of contributors who participated in this project.
This project is licensed under the MIT license, Copyright (c) 2018 Komodo. For more information see LICENSE.md
.