https://github.com/ivanms1/test-deploy-manager
https://github.com/ivanms1/test-deploy-manager
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanms1/test-deploy-manager
- Owner: ivanms1
- Created: 2021-04-28T04:53:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T07:30:41.000Z (almost 5 years ago)
- Last Synced: 2025-06-28T02:02:05.650Z (11 months ago)
- Language: TypeScript
- Size: 74.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```