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

https://github.com/coinsummer/filevault-client

Store user's social media data on Filecoin through a decentralized, safe and private storage methods
https://github.com/coinsummer/filevault-client

filecoin ipfs-blockchain lotus

Last synced: 4 months ago
JSON representation

Store user's social media data on Filecoin through a decentralized, safe and private storage methods

Awesome Lists containing this project

README

        

# Filevault
Store user's social media data on Filecoin through a decentralized, safe and private storage methods.

### Install
```bash
# dependencies
yarn

# dev
yarn dev

# build
yarn build

# start
yarn start
```