Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaultec81/js-datastore-siaskynet
Keyvalue datastore for Siacoin's Skynet
https://github.com/vaultec81/js-datastore-siaskynet
Last synced: 24 days ago
JSON representation
Keyvalue datastore for Siacoin's Skynet
- Host: GitHub
- URL: https://github.com/vaultec81/js-datastore-siaskynet
- Owner: vaultec81
- Created: 2020-03-09T22:12:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T18:51:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-08T03:15:44.946Z (about 1 month ago)
- Language: JavaScript
- Size: 376 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Siacoin Skynet datastore
This is data store that folllows `interface-datastore` specifications, built to store data on Siacoin's skynet platform. Bin.js will start an IPFS node to test out the functionality of the datastore. Currently this is a Proof of ConceptProcess:
```
Putdatastore.put("key", "Large value here") --> [Upload to skynet] --> Skynet link stored in secondary keyValue store under the original key.
Get
datastore.get("key") --> [Skynet Link from secondary keyvalue store] --> Fetch data from skynet
```
# License
MIT Vaultec81