0.0.0 • Published 3 years ago

czarcoinspace v0.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

Notice: Development on this repository is currently on pause during our v3 rearchitecture. Please see czarcoin/czarcoin for ongoing v3 development.

czarcoinspace

An electron-vue uploader, downloader, and dashboard for the Czarcoin network

Stability Warnings

This project is still under development and will not be stable for a few months. Since the Czarcoin network is undergoing a lot of changes in the coming months, this build will be frequently broken.

Roadmap

v1.0 release goals

  • User management and settings
  • Key creation and management
  • Key export for backup
  • List buckets
  • List files in bucket
  • Drag and drop file upload
  • File download

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack