项目作者: GenaroNetwork
项目描述 :
Genaro G-Box
高级语言: TypeScript
项目地址: git://github.com/GenaroNetwork/genaro-wallet.git
Introduction
This repo is for GNX test net client, with the following functions:
- Wallet - manager private keys, transfer GNXs, view history transactions and so on
- Eden - file upload/download client interacting with GNX distributed file storage
- Sharer - file storage which anyone can run, to earn GNX reward
Infrastructure
Getting Started
npm i
run
npm start
build
# on macnpm run electron:mac# on windowsnpm run electron:windows# on linuxnpm run electron:linux
Folder layout
- libs # libs in main process
- prewindow # window before main process rendered
- src # main code
- app # main code
- pipes # angular pipes
- components # angular components
- libs # libs in render process
- prividers # angular providers
- services # angular services
- assets # static files
- environments