https://github.com/valkyron/vaultcore
Distributed file chat app using GunDB & IPFS
https://github.com/valkyron/vaultcore
decentralized-applications distributed gundb ipfs pinata-ipfs sveltejs
Last synced: 10 months ago
JSON representation
Distributed file chat app using GunDB & IPFS
- Host: GitHub
- URL: https://github.com/valkyron/vaultcore
- Owner: valkyron
- License: mit
- Created: 2024-05-09T05:32:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-18T10:39:10.000Z (over 1 year ago)
- Last Synced: 2025-04-04T07:43:42.504Z (10 months ago)
- Topics: decentralized-applications, distributed, gundb, ipfs, pinata-ipfs, sveltejs
- Language: Svelte
- Homepage:
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VaultCore - a Distributed Gun File Chat
A decentralized file chat app built with [GUN](https://gun.eco/).
A further variation of Fireship's Gun Chat
Code Logic:
- Use IPFS to get hash
- store that hash after Gun's SEA in messages.
```
git clone
npm install
npm run dev
```

### Compile to APK
```
npm install @capacitor/core @capacitor/cli @capacitor/android
npx cap init
npm run build
npx cap add android
npx cap open android
```
You can also add the functionality to create multiple chats as 'chat rooms' and share them to other users. Starter code is added in [chat-room](src/chat-room/)


### Future Scope
- improve frontend
- integrate chat rooms