From c9694538be63a53dd884fc7188a18adbaeb0da13 Mon Sep 17 00:00:00 2001 From: silentconsensus Date: Tue, 10 Feb 2026 21:39:05 -0800 Subject: [PATCH] feat: expand Juan Benet page with IPFS and early Ethereum connection (refs #41) --- source/_people/juan-benet.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/source/_people/juan-benet.md b/source/_people/juan-benet.md index d0fc5027..36b0797e 100644 --- a/source/_people/juan-benet.md +++ b/source/_people/juan-benet.md @@ -1,7 +1,37 @@ --- name: Juan Benet +description: Creator of IPFS and Filecoin, Protocol Labs founder photo: /images/github.com/2026.01.05/jbenet.png social: github: https://github.com/jbenet twitter: https://x.com/juanbenet + website: https://juan.benet.ai +links: + - title: IPFS + url: https://ipfs.tech + - title: Protocol Labs + url: https://protocol.ai --- + +Juan Benet is the creator of the InterPlanetary File System (IPFS) and Filecoin, and the founder of Protocol Labs. He was connected to the Ethereum project from very early on. + +## Early Connection to Ethereum + +Vitalik Buterin and Gavin Wood stayed with Juan Benet in the San Francisco Bay Area in early 2014, during a period when the Ethereum founders were traveling and building out the project. + +In Gavin Wood's October 2014 ÐΞV update, he described plans for deeper collaboration: + +{% include content-embed.html + url="https://blog.ethereum.org/2014/10/17/gavs-dev-update-ethereums" + title="Gav's ÐΞV Update I: Where Ethereum's at" + date="2014-10-17" + site="Ethereum Foundation Blog" +%} + +> "In the future we hope to expand our operations there, particularly over January and February when Vitalik and I will be staying there, we in particular look forward to spending some time discussing the future of data sharing and online publication with Juan of IPFS and are optimistic about the possibility of finding some synergy between our projects." + +## IPFS and the Decentralized Web + +Juan created IPFS, a peer-to-peer protocol for content-addressed file sharing using a distributed hash table. The initial release came in February 2015. IPFS and Ethereum would go on to become complementary pillars of the decentralized web — Ethereum providing decentralized computation and IPFS providing decentralized storage. Many Ethereum-based applications would later use IPFS for storing data off-chain. + +Juan also created Filecoin, a decentralized storage network built on top of IPFS that uses blockchain-based incentives to ensure reliable file storage.