Skip to content

vaultec81/js-datastore-siaskynet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Concept

Process:

Put

datastore.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

About

Keyvalue datastore for Siacoin's Skynet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published