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
- Host: GitHub
- URL: https://github.com/coinsummer/filevault-client
- Owner: CoinSummer
- Created: 2020-12-23T15:25:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T14:07:44.000Z (over 4 years ago)
- Last Synced: 2025-01-06T11:35:44.484Z (5 months ago)
- Topics: filecoin, ipfs-blockchain, lotus
- Language: TypeScript
- Homepage: https://filevault.coinsummer.io
- Size: 361 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```