Open thuwon opened 2 years ago
Idea: Web frontend is implemented with Svelte. Users will have to specify pub key of another Lighning Node and then they can send messages over the Lightning Network as they like. Transaction fees will be in the mSats range as usual in the Lighning Network.
Idea: Web frontend is implemented with Svelte. Users will have to create an profile. You can follow each other and post content. On the main page you see the content posted by the persons you follow. Content is stored in decentralized Graph-DB (GunJS) so there is no backend needed.
CI/CD-Pipeline with GitHub Actions
100% test coverage through Test-Driven Development
brauchen wir proof of stake o.Ä. für die Spamvermeidung? --> eher nicht wegen den built-in transaction fees....
lightning nodes as a distributed service to simplify ux + to enable mainstream adoption?
Lightning vs. Arbitrum (Layer 2 Scaling Solution for the Ethereum Blockchain)
https://remix.ethereum.org/ IDE --> Ropsten Testnet (0 kosten / spielether --> https://faucet.ropsten.be/)
https://gun.js.org/ as an alternative persistence... / platform?
https://github.com/guns-n-goose: Decentralized online platform with games and gambling powered by GUN.js
Main repo contains auth, chat and credit system Each game gets an individual repo and is imported in the main app (games require use of credits. In case of victory you get paid a profit)
Chat application that uses the Lightning Network as an end-to-end encrypted, onion-routed, censorship-resistant, peer-to-peer chat messages protocol (https://github.com/lightningnetwork/lnd)Idea discarded because usability suffers too much if you don't run your own highly available lightning node.Solution: Decentralization via GUN.JS (https://gun.js.org)