Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egonelbre/storj-notes

Example how to use storj.io/uplink to store small notes.
https://github.com/egonelbre/storj-notes

Last synced: 25 days ago
JSON representation

Example how to use storj.io/uplink to store small notes.

Awesome Lists containing this project

README

        

# storj-notes

Minimal project example using storj.io/uplink library.

Currently this project demonstrates how to set, get, list and delete information on the Storj Network. While storing tiny objects is not the best application, however it is a small example how to use the library.

## Installation

Outside of GOPATH run:
```
go get github.com/egonelbre/storj-notes
```

## Usage

Uploading a note:

```
storj-notes set
```

Downloading a note:

```
storj-notes get
```

Listing notes:

```
storj-notes list
```

Deleting a note:

```
storj-notes delete
```