Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtradeltd/rtfs
🌐 Package rtfs is a utility library used by Temporal for interacting with IPFS and IPFS keys
https://github.com/rtradeltd/rtfs
ipfs ipfs-keys temporal
Last synced: 2 months ago
JSON representation
🌐 Package rtfs is a utility library used by Temporal for interacting with IPFS and IPFS keys
- Host: GitHub
- URL: https://github.com/rtradeltd/rtfs
- Owner: RTradeLtd
- License: mit
- Created: 2018-10-18T00:46:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T23:59:53.000Z (over 4 years ago)
- Last Synced: 2024-10-01T15:07:18.413Z (3 months ago)
- Topics: ipfs, ipfs-keys, temporal
- Language: Go
- Homepage: https://github.com/RTradeLtd/Temporal
- Size: 2.41 MB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🌐 rtfs [![GoDoc](https://godoc.org/github.com/RTradeLtd/rtfs?status.svg)](https://godoc.org/github.com/RTradeLtd/rtfs) [![Build Status](https://travis-ci.com/RTradeLtd/rtfs.svg?branch=master)](https://travis-ci.com/RTradeLtd/rtfs) [![codecov](https://codecov.io/gh/RTradeLtd/rtfs/branch/master/graph/badge.svg)](https://codecov.io/gh/RTradeLtd/rtfs) [![Go Report Card](https://goreportcard.com/badge/github.com/RTradeLtd/rtfs)](https://goreportcard.com/report/github.com/RTradeLtd/rtfs)
Package rtfs is a helper library for interacting with IPFS and IPFS keys.
It is used by [Temporal](https://github.com/RTradeLtd/Temporal), an easy-to-use
interface into distributed and decentralized storage technologies for personal
and enterprise use cases.## Usage
```
go get github.com/RTradeLtd/rtfs/v2
``````go
import github.com/RTradeLtd/rtfs/v2
```