An open API service indexing awesome lists of open source software.

https://github.com/ivanms1/dapp-forge

DApp made with electron-forge
https://github.com/ivanms1/dapp-forge

Last synced: about 1 year ago
JSON representation

DApp made with electron-forge

Awesome Lists containing this project

README

          




CONUN preview



Distributed Supercomputing Platform


# CONUN Dapplication

An electron app wallet developed by the CONUN foundation.

**Currently supported cryptocurrencies**

- Ethereum
- Conun
- Conun Local

**Features**

- Wallet Create/Import
- Transfer
- P2P File Transfer

**Planned Features**

- Drive

### Install

```bash
git clone https://github.com/CONUN-Global/conun-main-dapplication.git
cd conun-main-dapplication
yarn
```

### Starting Development

Start the app in the `dev` environment:

```bash
yarn start
```

### Packaging for Production

To package the app for the local platform:

```bash
yarn make
```