
IPFS
IPFS (InterPlanetary File System) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files.
In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high-throughput, content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle directed acyclic graph (DAG).
IPFS combines a distributed hash table, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other, except for every node they are connected to. Distributed Content Delivery saves bandwidth and prevents distributed denial-of-service (DDoS) attacks, a problem common with HTTP.
-
- Sign up for GitHub or sign in to edit this page
- Created by Juan Benet
- Released May 23, 2014
Here are 928 public repositories matching this topic...
At this point in the Documentation:
https://github.com/orbitdb/orbit-db/blob/master/API.md#orbitdbcreatename-type-options
We are shown how to create a database, however, we don't have any list of the types of databases we can create (the example shows: 'eventlog') however it's unclear if KeyValue store should be 'kvstore' or 'keyValue', etc...
We should list the various types and the st
Useful resources for using IPFS and building things on top of it
-
Updated
Oct 16, 2019 - 410 commits
- HTML
:open_book: 《这本书能让你连接互联网》科学上网Freestyle,了解网络基础知识与实践蹭网操作
-
Updated
Oct 16, 2019 - 158 commits
- C
One button feedback
The UI should have a very quick way to send feedback to the developers.
Ideally there's a button always visible in the UI which by clicking opens a form to enter feedback. This should be completely anonymous (but can leave a name if wanted).
How exactly to do this is TBD.
Distributed Application Starter: Vue front-end, Ethereum / IPFS Backend
-
Updated
Oct 16, 2019 - 27 commits
- JavaScript
Support for /p2p
in multiaddr has existed since December 17 of last year. It's time to migrate switch to using it by default. Currently we use /ipfs
to indicate peer id's in a multiaddr and it is the default, but /p2p
is preferred. In the greater effort to migrate completely away from /ipfs
, this task is here to track the roll out of only switching the default.
Breaking Changes
Content-addressable, peer-to-peer method of storing and sharing images on the internet.
-
Updated
Oct 14, 2019 - 167 commits
- PHP
Work in OpenBazaar/openbazaar-go#1682 extracted the lookup behavior or Purchases and Sales from the API layer. To continue this work:
- the
pb.OrderApiResp
object can be brought back to the API layer and a new abstraction created which can represent Purchases OR Sales (similar torepo.UnfundedOrder
) - Replace usage touching
Sales().GetByOrderId()
and `Purch
The simplest way to send your files around the world using IPFS. ✏️ 🗃
-
Updated
Oct 14, 2019 - 590 commits
- JavaScript
Describe the bug
In IPFS Desktop, we trigger navigation changes by changing the location. If the user has clicked on a tab, and then chooses a differnt section via the desktop menu, both the previously selected tab (focused) and the current route tab appear highlighted.
<img width="1086" alt="Screenshot 2019-03-14 at 08 47 31" src="https://user-images.githubusercontent.com/58871/54343058
We now have very good explainer, should be hihglighted on the welcome page presented after first install:
https://docs.ipfs.io/introduction/how-ipfs-works/
A decentralised, secure file storage and social network
-
Updated
Oct 11, 2019 - 2 commits
- Java
⚡️Curated list of resources for the development and applications of block chain.
-
Updated
Oct 16, 2019 - 122 commits
- Go
I recorded it with asciinema and converted to svg with svg-term. For some reason it's making the page very slow to respond for me. There's gotta be some parameter that can be tuned to improve that.
Support all the DNS
OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
-
Updated
Oct 10, 2019 - 5 commits
- JavaScript
When clicking on links in the rendered markdown pages, it would be nice if they opened in new tabs.
Content-addressed, authenticated, immutable data structures
-
Updated
Oct 16, 2019 - 217 commits
Search engine for the Interplanetary Filesystem.
-
Updated
Oct 15, 2019 - 564 commits
- Go
DTube Avalon uses leaders which are the equivalent to Steem witnesses. They are listed on their own section. Those leaders should add their own IP -or hostname- so other nodes are able to connect to them. When hover the mouse over a leader which has provided an URL, the UI shows it as a tooltip.
It is currently not checking for the IP address to be a valid one. Web page will show that leader as
Currently, we use reqwest
to make synchronous calls to elastic search:
We should make this asynchronous, for example by replacing reqwest with the hyper client.
The current error is not helpful.
Current bundles assume
window
global which is not true in worker context:See https://unpkg.com/browse/ipfs@0.37.0/dist/index.js#L10