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
- Host: GitHub
- URL: https://github.com/ivanms1/dapp-forge
- Owner: ivanms1
- Created: 2021-02-16T06:31:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T02:24:17.000Z (over 5 years ago)
- Last Synced: 2025-01-24T18:49:10.612Z (over 1 year ago)
- Language: TypeScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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
```