decentralized-application
Here are 93 public repositories matching this topic...
-
Updated
Aug 29, 2021 - Python
-
Updated
May 17, 2021
Dark Mode!
Would be cool to have Dark Mode integrated earlier, saves us time if we implement it incrementally.
-
Updated
Sep 1, 2021 - C++
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Oct 7, 2021 - Swift
-
Updated
Aug 31, 2019 - TypeScript
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
Oct 6, 2021 - Rust
-
Updated
Jan 6, 2020 - TypeScript
The app was recently rejected because iOS 13 introduced a new usage description for Bluetooth (NSBluetoothPeripheralUsageDescription). This is because we use the react-native-permissions package to check if we have rights to certain things (for example notifications) and it is implemented in a way that it requires the usage descriptions to be filled, even if our app doesn't even use that featu
-
Updated
Aug 13, 2019 - JavaScript
-
Updated
Jun 29, 2020 - Rust
-
Updated
Apr 3, 2018 - JavaScript
-
Updated
Jun 29, 2020 - Rust
Right now, the bet node runs lightning-cli getinfo and parses the output and reads the id and ip from the output and with those values an uri string is formed id@ip and using which an LN channel is established.
But if the LN node is not public or the IP is not configured in the LN node, the lightning-cli getinfo command returns NULL in addresses field and which result in reading NULL for
-
Updated
Jan 1, 2018 - TypeScript
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Aug 5, 2020 - Rust
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Sep 5, 2021 - Svelte
-
Updated
Nov 29, 2017
-
Updated
Feb 15, 2021 - Python
Snapshot deletion
Some messages/spam can be cleaned and deleted on a snapshot. But other data needs to be permanent.
- IPFS storage of data that is requested more than 1x
- use of permanodes?
- incentives for adding/storing/editing - like a wikipedia editor
-
Updated
May 1, 2018 - HTML
-
Updated
Oct 30, 2019 - Vue
Improve this page
Add a description, image, and links to the decentralized-application topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decentralized-application topic, visit your repo's landing page and select "manage topics."

Cobra, the library used to implement the CLI commands also generate the shell completion scripts, for bash, zsh, fish and powershell. This completion scripts are based on the description of each commands (living in https://github.com/MichaelMure/git-bug/tree/master/commands).
At the moment, those completion works decently, completing command names and flags. However it would be possible to do b