https://github.com/genaronetwork/genaroeden_alpha
https://github.com/genaronetwork/genaroeden_alpha
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/genaronetwork/genaroeden_alpha
- Owner: GenaroNetwork
- License: lgpl-2.1
- Created: 2017-12-21T05:59:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T06:01:02.000Z (over 8 years ago)
- Last Synced: 2025-03-21T09:29:16.849Z (over 1 year ago)
- Language: C
- Size: 12.8 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GenaroEden Alpha
Genaro Eden Project, unix Alpha version
> Genaro Network based on golang and C, accept commands in unix/macos system.
## Setup
``` bash
# install to local
go build -o genaro
# start genaro
./genaro
# check all commands
./genaro -h
# register
./genaro register
# list all buckets
./genaro bucket listbuckets
# list files in bucket with certain id
./genaro bucket listfiles -i (your bucket id)
# add bucket
./genaro bucket addbucket -n (your bucket name)
# upload file to a given bucket (Genaro set command)
./genaro file set -i (your bucket id) -p (your file path)
# download file from a given bucket (Genaro get command)
./genaro file get -b (your bucket id) -f (your file id in bucket) -p (your download file path)
```