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: 25 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T23:59:53.000Z (about 5 years ago)
- Last Synced: 2025-03-26T20:05:11.561Z (about 1 month ago)
- Topics: ipfs, ipfs-keys, temporal
- Language: Go
- Homepage: https://github.com/RTradeLtd/Temporal
- Size: 2.41 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🌐 rtfs [](https://godoc.org/github.com/RTradeLtd/rtfs) [](https://travis-ci.com/RTradeLtd/rtfs) [](https://codecov.io/gh/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
```