mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-08 01:42:55 +02:00
Merge pull request #110 from ipfs/chore/deps
chore: update eslint & fix issues
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
placeholder="Search for words or #tags"
|
||||
track-by="name"
|
||||
label="name"
|
||||
:limit="['xxl'].includes(this.$mq) ? tagsLimit : tagsList.length"
|
||||
:limit="['xxl'].includes($mq) ? tagsLimit : tagsList.length"
|
||||
:options="resolvedTags"
|
||||
:multiple="true"
|
||||
:taggable="true"
|
||||
|
||||
@@ -58,7 +58,7 @@ const callback = function (error, response) {
|
||||
writeFile('html.json', JSON.stringify(response.html))
|
||||
}
|
||||
|
||||
var writeFile = function (fileName, content) {
|
||||
const writeFile = function (fileName, content) {
|
||||
fs.writeFile(path.resolve(buildDir, fileName), content, (err) => {
|
||||
if (err) {
|
||||
console.error(err)
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2018-07-09
|
||||
permalink: "/40-js-ipfs-0-30/"
|
||||
permalink: '/40-js-ipfs-0-30/'
|
||||
title: js-ipfs 0.30.0 released
|
||||
description:
|
||||
description:
|
||||
author: Alan Shaw
|
||||
header_image: "/header-image-js-ipfs-placeholder.png"
|
||||
header_image: '/header-image-js-ipfs-placeholder.png'
|
||||
tags:
|
||||
- js-ipfs
|
||||
- breaking change
|
||||
|
||||
- js-ipfs
|
||||
- breaking change
|
||||
---
|
||||
|
||||
Feature parity with go-ipfs just got a whole lot closer!
|
||||
|
||||
<blockquote class="twitter-tweet" data-conversation="none" data-lang="en"><p lang="en" dir="ltr">js-ipfs 0.30 has been released live at the <a href="https://twitter.com/hashtag/IPFS?src=hash&ref_src=twsrc%5Etfw">#IPFS</a> Dev Meeting. Thank you everyone for all the love ❤️ <a href="https://t.co/YB9NfGM7WC">https://t.co/YB9NfGM7WC</a> and big hi5 to <a href="https://twitter.com/_alanshaw?ref_src=twsrc%5Etfw">@_alanshaw</a> for driving the whole release forward and being an awesome Lead Maintainer for <a href="https://twitter.com/hashtag/JS?src=hash&ref_src=twsrc%5Etfw">#JS</a> <a href="https://twitter.com/hashtag/IPFS?src=hash&ref_src=twsrc%5Etfw">#IPFS</a> 🚀 <a href="https://t.co/6arftXUxBe">pic.twitter.com/6arftXUxBe</a></p>— David Dias (@daviddias) <a href="https://twitter.com/daviddias/status/1016364733107228673?ref_src=twsrc%5Etfw">July 9, 2018</a></blockquote>
|
||||
@@ -68,4 +68,4 @@ Would you like to contribute to the IPFS project and don't know how? Well, there
|
||||
|
||||
The best place to ask your questions about IPFS, how it works and what you can do with it is at [discuss.ipfs.io](http://discuss.ipfs.io). We are also available at the #ipfs channel on Freenode.
|
||||
|
||||
That is all for this post. Thank you for being part of the community. I bid you a good day!
|
||||
That is all for this post. Thank you for being part of the community. I bid you a good day!
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-05-22
|
||||
permalink: "/89-js-ipfs-0-36/"
|
||||
permalink: '/89-js-ipfs-0-36/'
|
||||
title: js-ipfs 0.36.0 released
|
||||
description:
|
||||
description:
|
||||
author: Alan Shaw
|
||||
header_image: "/header-image-js-ipfs-placeholder.png"
|
||||
header_image: '/header-image-js-ipfs-placeholder.png'
|
||||
tags:
|
||||
- js-ipfs
|
||||
- breaking change
|
||||
|
||||
- js-ipfs
|
||||
- breaking change
|
||||
---
|
||||
|
||||
> URL safe CIDs, refs commands, DOM File support and more!
|
||||
|
||||
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">A wild and excitable JS <a href="https://twitter.com/hashtag/IPFS?src=hash&ref_src=twsrc%5Etfw">#IPFS</a> 0.36 just darted across the street and into the npm module store 🏇💨. It's got 🧬 Base32 encoded v1 CIDs, 👉 refs and refs local commands, 🗄 support for adding DOM File objects and loads more! <a href="https://t.co/zIFEfQX325">https://t.co/zIFEfQX325</a></p>— Alan Shaw (@_alanshaw) <a href="https://twitter.com/_alanshaw/status/1131145571408986112?ref_src=twsrc%5Etfw">May 22, 2019</a></blockquote>
|
||||
@@ -180,4 +180,4 @@ Would you like to contribute to the IPFS project and don't know how? Well, there
|
||||
|
||||
# ⁉️ Do you have questions?
|
||||
|
||||
The best place to ask your questions about IPFS, how it works and what you can do with it is at [discuss.ipfs.io](http://discuss.ipfs.io). We are also available at the `#ipfs` channel on Freenode.
|
||||
The best place to ask your questions about IPFS, how it works and what you can do with it is at [discuss.ipfs.io](http://discuss.ipfs.io). We are also available at the `#ipfs` channel on Freenode.
|
||||
|
||||
@@ -4,23 +4,23 @@ title: Meet the New IPFS Blog & News
|
||||
description: Introducing your new portal for the IPFS blog, news, and more!
|
||||
author: Jessica Schilling
|
||||
date: 2021-04-07
|
||||
permalink: "/2021-04-07-relaunched-ipfs-blog-news/"
|
||||
permalink: '/2021-04-07-relaunched-ipfs-blog-news/'
|
||||
translationKey: ''
|
||||
header_image: "/2021-04-05-cardheader-newblog.png"
|
||||
|
||||
header_image: '/2021-04-05-cardheader-newblog.png'
|
||||
---
|
||||
If you're a regular reader of the IPFS blog, you might notice something a little different around here: **The IPFS Starlog is now the new and improved** [**IPFS Blog & News**](/)**!**
|
||||
|
||||
If you're a regular reader of the IPFS blog, you might notice something a little different around here: **The IPFS Starlog is now the new and improved** [**IPFS Blog & News**](/)**!**
|
||||
|
||||
## What's new
|
||||
|
||||
Starting with rounds of user interviewing and testing at the end of 2020, we set about improving this blog to give the global IPFS community more of what readers asked for: more worldwide IPFS news, more links to tutorials and other learning resources, and an easier place to find information about things like IPFS events and the latest release notes for IPFS projects and repos. To that end, we're excited to say that this new IPFS Blog & News site is your home for **not only the latest from the IPFS blog, but also info on ...**
|
||||
|
||||
* [**Events**](/?category=Event), hackathons, and other virtual and real-world get-togethers
|
||||
* [**News coverage**](/?category=News%20coverage) from global media sources
|
||||
* [**IPFS tutorials**](/?category=Tutorial) and other how-tos from across the internet
|
||||
* [**Videos**](/?category=Video) on IPFS and related projects that have made the blog team go "wow"
|
||||
* [**Release notes**](/?category=Release%20notes) for `go-ipfs`, `js-ipfs`, GUI tools like IPFS Companion and IPFS Desktop, and other key projects and repos
|
||||
* [**Academic papers**](/?category=Academic%20paper) featuring IPFS
|
||||
- [**Events**](/?category=Event), hackathons, and other virtual and real-world get-togethers
|
||||
- [**News coverage**](/?category=News%20coverage) from global media sources
|
||||
- [**IPFS tutorials**](/?category=Tutorial) and other how-tos from across the internet
|
||||
- [**Videos**](/?category=Video) on IPFS and related projects that have made the blog team go "wow"
|
||||
- [**Release notes**](/?category=Release%20notes) for `go-ipfs`, `js-ipfs`, GUI tools like IPFS Companion and IPFS Desktop, and other key projects and repos
|
||||
- [**Academic papers**](/?category=Academic%20paper) featuring IPFS
|
||||
|
||||
Plus, we've added **subject tags**, **author indexing**, and **text search** to make it easier to find just what you're looking for — and to explore new ideas and topics from there.
|
||||
|
||||
@@ -32,4 +32,4 @@ Ever wanted to be a citizen reporter? Here's your chance. As a member of the glo
|
||||
|
||||
## And thanks are in order ...
|
||||
|
||||
Big thanks to everyone in the IPFS community who was a part of the relaunch — suggesting features, taking part in user testing, writing the code, or adding blog posts and links. We look forward to your thoughts on the new blog & news site ... and don't forget, you can always submit news links, events, papers, tutorials or videos yourself by using [this handy form](https://airtable.com/shrNH8YWole1xc70I).
|
||||
Big thanks to everyone in the IPFS community who was a part of the relaunch — suggesting features, taking part in user testing, writing the code, or adding blog posts and links. We look forward to your thoughts on the new blog & news site ... and don't forget, you can always submit news links, events, papers, tutorials or videos yourself by using [this handy form](https://airtable.com/shrNH8YWole1xc70I).
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2016-01-13
|
||||
permalink: "/5-ipfs-weekly-2/"
|
||||
permalink: '/5-ipfs-weekly-2/'
|
||||
title: IPFS Weekly 2
|
||||
description:
|
||||
description:
|
||||
author: Richard Littauer, Andrew Chin
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
[IPFS](//ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identities, aiming to make the web faster, safer, and more open. In these posts, we highlight some of the development that has happened in the past week. For anyone looking to get involved, follow the embedded hyperlinks, search the wealth of information on [GitHub](//github.com/ipfs) or join us on [IRC](//webchat.freenode.net/?channels=ipfs) (#ipfs on the Freenode network).
|
||||
|
||||
Here are some of the highlights for the [January 5th](//github.com/ipfs/pm/issues/77) Sprint:
|
||||
@@ -53,4 +53,4 @@ Thanks, and see you next week! If you have cool things to share for the next wee
|
||||
|
||||
- Richard Littauer and Andrew Chin
|
||||
|
||||
_Submit feedback about this issue [here](//github.com/ipfs/weekly/issues/10), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
_Submit feedback about this issue [here](//github.com/ipfs/weekly/issues/10), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2016-02-01
|
||||
permalink: "/6-ipfs-weekly-3/"
|
||||
permalink: '/6-ipfs-weekly-3/'
|
||||
title: IPFS Weekly 3
|
||||
description:
|
||||
description:
|
||||
author: Richard Littauer, Andrew Chin
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
[IPFS](//ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identities, aiming to make the web faster, safer, and more open. In these posts, we highlight some of the development that has happened in the past week. For anyone looking to get involved, follow the embedded hyperlinks, search the wealth of information on [GitHub](//github.com/ipfs) or join us on [IRC](//webchat.freenode.net/?channels=ipfs) (#ipfs on the Freenode network).
|
||||
|
||||
If you would like to get this update as an email, sign up for our [weekly newsletter](http://eepurl.com/gL2Pi5)!
|
||||
@@ -149,4 +149,4 @@ Thanks, and see you next week! If you have cool things to share for the next wee
|
||||
|
||||
- Richard Littauer and Andrew Chin
|
||||
|
||||
_Submit feedback about this issue [here](//github.com/ipfs/weekly/pull/14), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
_Submit feedback about this issue [here](//github.com/ipfs/weekly/pull/14), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2016-02-05
|
||||
permalink: "/7-ipfs-weekly-4/"
|
||||
permalink: '/7-ipfs-weekly-4/'
|
||||
title: IPFS Weekly 4
|
||||
description:
|
||||
description:
|
||||
author: Richard Littauer, Andrew Chin
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
[IPFS](//ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identities, aiming to make the web faster, safer, and more open. In these posts, we highlight some of the development that has happened in the past week. For anyone looking to get involved, follow the embedded hyperlinks, search the wealth of information on [GitHub](//github.com/ipfs) or join us on [IRC](//webchat.freenode.net/?channels=ipfs) (#ipfs on the Freenode network).
|
||||
|
||||
If you would like to get this update as an email, sign up for our [weekly newsletter](http://eepurl.com/gL2Pi5)!
|
||||
@@ -112,4 +112,4 @@ Thanks, and see you next week! If you have cool things to share for the next wee
|
||||
|
||||
- Richard Littauer and Andrew Chin
|
||||
|
||||
_Submit feedback about this issue [here](https://github.com/ipfs/weekly/pull/16), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
_Submit feedback about this issue [here](https://github.com/ipfs/weekly/pull/16), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2016-03-22
|
||||
permalink: "/13-ipfs-weekly-8/"
|
||||
permalink: '/13-ipfs-weekly-8/'
|
||||
title: IPFS Weekly 8
|
||||
description:
|
||||
description:
|
||||
author: Richard Littauer
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
[IPFS](//ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identities, aiming to make the web faster, safer, and more open. In these posts, we highlight some of the development that has happened in the past week. For anyone looking to get involved, follow the embedded hyperlinks, search the wealth of information on [GitHub](//github.com/ipfs) or join us on [IRC](//webchat.freenode.net/?channels=ipfs) (#ipfs on the Freenode network).
|
||||
|
||||
If you would like to get this update as an email, sign up for our [weekly newsletter](http://eepurl.com/gL2Pi5)!
|
||||
@@ -146,4 +146,4 @@ Thanks, and see you next week!
|
||||
|
||||
- Richard Littauer
|
||||
|
||||
_Submit feedback about this issue [here](//github.com/ipfs/weekly/issues/29), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
_Submit feedback about this issue [here](//github.com/ipfs/weekly/issues/29), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2016-04-20
|
||||
permalink: "/15-ipfs-weekly-9/"
|
||||
permalink: '/15-ipfs-weekly-9/'
|
||||
title: IPFS Weekly 9
|
||||
description:
|
||||
description:
|
||||
author: Richard Littauer
|
||||
tags:
|
||||
- weekly
|
||||
- package managers
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- package managers
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
[IPFS](//ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identities, aiming to make the web faster, safer, and more open. In these posts, we highlight some of the development that has happened in the past week. For anyone looking to get involved, follow the embedded hyperlinks, search the wealth of information on [GitHub](//github.com/ipfs) or join us on [IRC](//webchat.freenode.net/?channels=ipfs) (#ipfs on the Freenode network).
|
||||
|
||||
If you would like to get this update as an email, sign up for our [weekly newsletter](http://eepurl.com/gL2Pi5)!
|
||||
@@ -239,4 +239,4 @@ Thanks, and see you next week!
|
||||
|
||||
- Richard Littauer
|
||||
|
||||
_Submit feedback about this issue [here](https://github.com/ipfs/weekly/issues/31), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
_Submit feedback about this issue [here](https://github.com/ipfs/weekly/issues/31), or send us [feedback about the IPFS Weekly in general](//github.com/ipfs/weekly/issues/7)._
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2018-09-25
|
||||
permalink: "/45-ipfs-weekly-11/"
|
||||
permalink: '/45-ipfs-weekly-11/'
|
||||
translationKey: 45-ipfs-weekly-11
|
||||
title: IPFS Weekly 11
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome back to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -75,4 +75,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-10-02
|
||||
permalink: "/46-ipfs-weekly-12/"
|
||||
permalink: '/46-ipfs-weekly-12/'
|
||||
title: IPFS Weekly 12
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
# Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -74,4 +74,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-10-09
|
||||
permalink: "/47-ipfs-weekly-13/"
|
||||
permalink: '/47-ipfs-weekly-13/'
|
||||
title: IPFS Weekly 13
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -69,4 +69,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-10-16
|
||||
permalink: "/48-ipfs-weekly-14/"
|
||||
permalink: '/48-ipfs-weekly-14/'
|
||||
title: IPFS Weekly 14
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -64,4 +64,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-10-23
|
||||
permalink: "/49-ipfs-weekly-15/"
|
||||
permalink: '/49-ipfs-weekly-15/'
|
||||
title: IPFS Weekly 15
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -64,4 +64,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-10-30
|
||||
permalink: "/50-ipfs-weekly-16/"
|
||||
permalink: '/50-ipfs-weekly-16/'
|
||||
title: IPFS Weekly 16
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -67,4 +67,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-11-06
|
||||
permalink: "/52-ipfs-weekly-17/"
|
||||
permalink: '/52-ipfs-weekly-17/'
|
||||
title: IPFS Weekly 17
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -69,4 +69,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-11-13
|
||||
permalink: "/54-ipfs-weekly-18/"
|
||||
permalink: '/54-ipfs-weekly-18/'
|
||||
title: IPFS Weekly 18
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -70,4 +70,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-11-20
|
||||
permalink: "/56-ipfs-weekly-19/"
|
||||
permalink: '/56-ipfs-weekly-19/'
|
||||
title: IPFS Weekly 19
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -70,4 +70,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-11-27
|
||||
permalink: "/57-ipfs-weekly-20/"
|
||||
permalink: '/57-ipfs-weekly-20/'
|
||||
title: IPFS Weekly 20
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -67,4 +67,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2018-12-04
|
||||
permalink: "/59-ipfs-weekly-21/"
|
||||
permalink: '/59-ipfs-weekly-21/'
|
||||
title: IPFS Weekly 21
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- streaming
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- streaming
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -67,4 +67,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-12-11
|
||||
permalink: "/60-ipfs-weekly-22/"
|
||||
permalink: '/60-ipfs-weekly-22/'
|
||||
title: IPFS Weekly 22
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -60,4 +60,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2018-12-18
|
||||
permalink: "/61-ipfs-weekly-23/"
|
||||
permalink: '/61-ipfs-weekly-23/'
|
||||
title: IPFS Weekly 23
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the last IPFS Weekly of 2018! 🎉
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -70,4 +70,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-01-08
|
||||
permalink: "/62-ipfs-weekly-24/"
|
||||
permalink: '/62-ipfs-weekly-24/'
|
||||
title: IPFS Weekly 24
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- recap
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- recap
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
# Welcome to the first IPFS Weekly of 2019! 🎉
|
||||
|
||||
For this first week back, we’ve put together a very special issue looking back on all that you, the [InterPlanetary File System (IPFS)](https://ipfs.io/) community, accomplished in the last year.
|
||||
@@ -351,4 +351,4 @@ That’s it for this special edition of the IPFS Weekly. If we missed something,
|
||||
|
||||
If this is your first time reading the IPFS Weekly, you can learn more or get involved by checking out the project on [GitHub](https://github.com/ipfs), or joining us on [IRC](https://riot.im/app/#/room/#ipfs:matrix.org).
|
||||
|
||||
See you next week! 👋
|
||||
See you next week! 👋
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-01-15
|
||||
permalink: "/63-ipfs-weekly-25/"
|
||||
permalink: '/63-ipfs-weekly-25/'
|
||||
title: IPFS Weekly 25
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- ProtoSchool
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- ProtoSchool
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -72,4 +72,4 @@ And lastly, IPFS Conf will take place at LX Factory in Lisbon on Wed 26th - Frid
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-01-22
|
||||
permalink: "/65-ipfs-weekly-26/"
|
||||
permalink: '/65-ipfs-weekly-26/'
|
||||
title: IPFS Weekly 26
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -77,4 +77,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-01-29
|
||||
permalink: "/67-ipfs-weekly-27/"
|
||||
permalink: '/67-ipfs-weekly-27/'
|
||||
title: IPFS Weekly 27
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -78,4 +78,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-02-05
|
||||
permalink: "/68-ipfs-weekly-28/"
|
||||
permalink: '/68-ipfs-weekly-28/'
|
||||
title: IPFS Weekly 28
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -78,4 +78,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-02-12
|
||||
permalink: "/69-ipfs-weekly-29/"
|
||||
permalink: '/69-ipfs-weekly-29/'
|
||||
title: IPFS Weekly 29
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -70,4 +70,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-02-19
|
||||
permalink: "/70-ipfs-weekly-30/"
|
||||
permalink: '/70-ipfs-weekly-30/'
|
||||
title: IPFS Weekly 30
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- Docker
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- Docker
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -75,4 +75,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-02-26
|
||||
permalink: "/71-ipfs-weekly-31/"
|
||||
permalink: '/71-ipfs-weekly-31/'
|
||||
title: IPFS Weekly 31
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- IPFS Camp
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- IPFS Camp
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -81,4 +81,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-03-12
|
||||
permalink: "/74-ipfs-weekly-33/"
|
||||
permalink: '/74-ipfs-weekly-33/'
|
||||
title: IPFS Weekly 33
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -85,4 +85,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-04-10
|
||||
permalink: "/79-ipfs-weekly-37/"
|
||||
permalink: '/79-ipfs-weekly-37/'
|
||||
title: "Recapping IPFS in Q1 2019 \U0001F389"
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- recap
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- recap
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
We’ve put together a very special issue looking back on all that you, [the InterPlanetary File System (IPFS)](https://ipfs.io/) community, accomplished so far, in 2019. From milestones like releases, projects like ProtoSchool, to the many new (and awesome) contributors who have joined us, and what’s to come for the rest of this year, we hope you enjoy this quarterly recap.
|
||||
|
||||
Thanks for being part of our community, we truly couldn’t make IPFS what is without you. ❤️
|
||||
@@ -250,4 +250,4 @@ That’s it for this special edition of the IPFS Weekly. If we missed something,
|
||||
|
||||
If this is your first time reading the IPFS Weekly, you can learn more or get involved by checking out [the project on GitHub](https://github.com/ipfs), or joining us [on IRC](https://riot.im/app/#/room/#ipfs:matrix.org).
|
||||
|
||||
See you next week! 👋
|
||||
See you next week! 👋
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-05-07
|
||||
permalink: "/86-ipfs-weekly-41/"
|
||||
permalink: '/86-ipfs-weekly-41/'
|
||||
title: IPFS Weekly 41
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -63,4 +63,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-05-14
|
||||
permalink: "/87-ipfs-weekly-42/"
|
||||
permalink: '/87-ipfs-weekly-42/'
|
||||
title: IPFS Weekly 42
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- project planning
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- project planning
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -84,4 +84,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-05-21
|
||||
permalink: "/88-ipfs-weekly-43/"
|
||||
permalink: '/88-ipfs-weekly-43/'
|
||||
title: IPFS Weekly 43
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -58,4 +58,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [reply to this email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-05-28
|
||||
permalink: "/90-ipfs-weekly-44/"
|
||||
permalink: '/90-ipfs-weekly-44/'
|
||||
title: IPFS Weekly 44
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -66,4 +66,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-06-11
|
||||
permalink: "/94-ipfs-weekly-45/"
|
||||
permalink: '/94-ipfs-weekly-45/'
|
||||
title: IPFS Weekly 45
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -117,4 +117,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-06-18
|
||||
permalink: "/95-ipfs-weekly-46/"
|
||||
permalink: '/95-ipfs-weekly-46/'
|
||||
title: IPFS Weekly 46
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -67,4 +67,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-06-25
|
||||
permalink: "/96-ipfs-weekly-47/"
|
||||
permalink: '/96-ipfs-weekly-47/'
|
||||
title: IPFS Weekly 47
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -71,4 +71,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-07-02
|
||||
permalink: "/97-ipfs-weekly-48/"
|
||||
permalink: '/97-ipfs-weekly-48/'
|
||||
title: IPFS Weekly 48
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- IPFS Camp
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- IPFS Camp
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -66,4 +66,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
date: 2019-07-16
|
||||
permalink: "/weekly-50/"
|
||||
permalink: '/weekly-50/'
|
||||
title: IPFS Weekly 50
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -85,4 +85,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-07-23
|
||||
permalink: "/weekly-51/"
|
||||
permalink: '/weekly-51/'
|
||||
translationKey: ipfs-weekly-51
|
||||
title: IPFS Weekly 51
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -74,4 +74,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-07-30
|
||||
permalink: "/weekly-52/"
|
||||
permalink: '/weekly-52/'
|
||||
translationKey: ipfs-weekly-52
|
||||
title: IPFS Weekly 52
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -74,4 +74,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2019-08-06
|
||||
permalink: "/weekly-53/"
|
||||
permalink: '/weekly-53/'
|
||||
translationKey: ipfs-weekly-53
|
||||
title: IPFS Weekly 53
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- project planning
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- project planning
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -97,4 +97,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-08-13
|
||||
permalink: "/weekly-54/"
|
||||
permalink: '/weekly-54/'
|
||||
translationKey: ipfs-weekly-54
|
||||
title: IPFS Weekly 54
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -96,4 +96,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-08-20
|
||||
permalink: "/weekly-55/"
|
||||
permalink: '/weekly-55/'
|
||||
translationKey: ipfs-weekly-55
|
||||
title: IPFS Weekly 55
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -92,4 +92,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-08-27
|
||||
permalink: "/weekly-56/"
|
||||
permalink: '/weekly-56/'
|
||||
translationKey: ipfs-weekly-56
|
||||
title: IPFS Weekly 56
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -74,4 +74,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-09-03
|
||||
permalink: "/weekly-57/"
|
||||
permalink: '/weekly-57/'
|
||||
translationKey: ipfs-weekly-57
|
||||
title: IPFS Weekly 57
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -75,4 +75,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-09-10
|
||||
permalink: "/weekly-58/"
|
||||
permalink: '/weekly-58/'
|
||||
translationKey: ipfs-weekly-58
|
||||
title: IPFS Weekly 58
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -83,4 +83,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2019-09-17
|
||||
permalink: "/weekly-59/"
|
||||
permalink: '/weekly-59/'
|
||||
translationKey: ipfs-weekly-59
|
||||
title: IPFS Weekly 59
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- docs
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- docs
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -81,4 +81,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-09-24
|
||||
permalink: "/weekly-60/"
|
||||
permalink: '/weekly-60/'
|
||||
translationKey: ipfs-weekly-60
|
||||
title: IPFS Weekly 60
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -71,4 +71,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-10-01
|
||||
permalink: "/weekly-61/"
|
||||
permalink: '/weekly-61/'
|
||||
translationKey: ipfs-weekly-61
|
||||
title: IPFS Weekly 61
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -88,4 +88,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-10-10
|
||||
permalink: "/weekly-62/"
|
||||
permalink: '/weekly-62/'
|
||||
translationKey: ipfs-weekly-62
|
||||
title: IPFS Weekly 62
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -73,4 +73,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2019-10-15
|
||||
permalink: "/weekly-63/"
|
||||
permalink: '/weekly-63/'
|
||||
translationKey: ipfs-weekly-63
|
||||
title: "Recapping IPFS in Q3 2019 \U0001F389"
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- recap
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- recap
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
Every day brings us closer to the end of 2019! To celebrate, we put together a very special issue looking back on all that the [InterPlanetary File System (IPFS)](https://ipfs.io/) community has accomplished so far in 2019. From milestones like remixing our working group and shipping new releases, to the many awesome (and new!) contributors who have joined us, and what’s to come for the rest of this year, we hope you enjoy this quarterly recap.
|
||||
|
||||
Thanks for being part of our community, we truly couldn’t make IPFS what it is without you. ❤️
|
||||
@@ -266,4 +266,4 @@ That’s it for this special edition of the IPFS Weekly. If we missed something,
|
||||
|
||||
If this is your first time reading the IPFS Weekly, you can learn more or get involved by checking out [the project on GitHub](https://github.com/ipfs), or joining us [on chat](https://riot.im/app/#/room/#ipfs:matrix.org).
|
||||
|
||||
See you next week! 👋
|
||||
See you next week! 👋
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-10-22
|
||||
permalink: "/weekly-64/"
|
||||
permalink: '/weekly-64/'
|
||||
translationKey: ipfs-weekly-64
|
||||
title: IPFS Weekly 64
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -85,4 +85,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-10-29
|
||||
permalink: "/weekly-65/"
|
||||
permalink: '/weekly-65/'
|
||||
translationKey: ipfs-weekly-65
|
||||
title: IPFS Weekly 65
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -84,4 +84,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-11-05
|
||||
permalink: "/weekly-66/"
|
||||
permalink: '/weekly-66/'
|
||||
translationKey: ipfs-weekly-66
|
||||
title: IPFS Weekly 66
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -54,4 +54,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2019-11-12
|
||||
permalink: "/weekly-67/"
|
||||
permalink: '/weekly-67/'
|
||||
translationKey: ipfs-weekly-67
|
||||
title: IPFS Weekly 67
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- project planning
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- project planning
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -89,4 +89,4 @@ _Fission is running a [series of Decentralized Web Meetups](https://blog.fission
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-11-19
|
||||
permalink: "/weekly-68/"
|
||||
permalink: '/weekly-68/'
|
||||
translationKey: ipfs-weekly-68
|
||||
title: IPFS Weekly 68
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -77,4 +77,4 @@ _Fission is running a [series of Decentralized Web Meetups](https://blog.fission
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-11-26
|
||||
permalink: "/weekly-69/"
|
||||
permalink: '/weekly-69/'
|
||||
translationKey: ipfs-weekly-69
|
||||
title: IPFS Weekly 69
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -77,4 +77,4 @@ _Fission is running a [series of Decentralized Web Meetups](https://blog.fission
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-12-03
|
||||
permalink: "/weekly-70/"
|
||||
permalink: '/weekly-70/'
|
||||
translationKey: ipfs-weekly-70
|
||||
title: IPFS Weekly 70
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -72,4 +72,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2019-12-10
|
||||
permalink: "/weekly-71/"
|
||||
permalink: '/weekly-71/'
|
||||
translationKey: ipfs-weekly-71
|
||||
title: IPFS Weekly 71
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly. 👋
|
||||
|
||||
The [InterPlanetary File System (IPFS)](https://ipfs.io/) is a new hypermedia distribution protocol, addressed by content and identity. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open. Since that’s a pretty large scope, we track development across the ecosystem in this weekly dispatch.
|
||||
@@ -84,4 +84,4 @@ _Did you know IPFS has a community forum at [discuss.ipfs.io](https://discuss.ip
|
||||
|
||||
## Thanks for reading ☺️
|
||||
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
That’s it for this week’s news on all things IPFS. If we missed something, [send us an email](mailto:newsletter@ipfs.io) and let us know! That way we can feature you in next week’s edition.
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2019-12-17
|
||||
permalink: "/weekly-72/"
|
||||
permalink: '/weekly-72/'
|
||||
translationKey: ipfs-weekly-72
|
||||
title: "IPFS Weekly 72: Recapping IPFS in Q4 2019 \U0001F389"
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- recap
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- recap
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
We’ve put together a very special issue looking back on all that you, the InterPlanetary File System (IPFS) community, accomplished over the past few months of 2019. From milestones like releases, projects like ProtoSchool, to the many new (and awesome) contributors who have joined us, and what’s to come for the rest of this year, we hope you enjoy this quarterly recap.
|
||||
|
||||
Thanks for being part of our community, we truly couldn’t make IPFS what it is without you. ❤️
|
||||
@@ -233,4 +233,4 @@ That’s it for this special edition of the IPFS Weekly. If we missed something,
|
||||
|
||||
If this is your first time reading the IPFS Weekly, you can learn more or get involved by checking out [the project on GitHub](https://github.com/ipfs), or joining us [in chat](https://riot.im/app/#/room/#ipfs:matrix.org).
|
||||
|
||||
See you next year! 👋
|
||||
See you next year! 👋
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2020-01-14
|
||||
permalink: "/weekly-73/"
|
||||
permalink: '/weekly-73/'
|
||||
translationKey: ipfs-weekly-73
|
||||
title: IPFS Weekly 73
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
# Welcome back to the IPFS Weekly
|
||||
|
||||
Here’s what’s happening lately in the [InterPlanetary File System](https://ipfs.io/) galaxy and beyond! 🚀
|
||||
@@ -82,4 +82,4 @@ Don’t forget to [get involved with the new IPFS docs beta](https://blog.ipfs.i
|
||||
- **13-17 Feb 2020** | [#BUIDL Week Colorado - ETHDenver 2020](https://www.ethdenver.com/buidlweek/), Denver (CO), US
|
||||
- **13 Feb 2020** | [Distributed Networks Summit – IPFS & Friends](https://www.eventbrite.com/e/distributed-networks-summit-ipfs-friends-tickets-86959928487?aff=textileio), Denver (CO), US
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up in [chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us.](mailto:newsletter@ipfs.io)
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up in [chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us.](mailto:newsletter@ipfs.io)
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2020-01-21
|
||||
permalink: "/weekly-74/"
|
||||
permalink: '/weekly-74/'
|
||||
translationKey: ipfs-weekly-74
|
||||
title: IPFS Weekly 74
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Welcome to the IPFS Weekly
|
||||
|
||||
Here’s what’s happening lately in the [InterPlanetary File System](https://ipfs.io/) galaxy and beyond! 🚀
|
||||
@@ -96,4 +96,4 @@ Watch this recent video of Alessandro Segala, from Microsoft, “JavaScript Apps
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us.](mailto:newsletter@ipfs.io)
|
||||
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2020-01-28
|
||||
permalink: "/weekly-75/"
|
||||
permalink: '/weekly-75/'
|
||||
translationKey: ipfs-weekly-75
|
||||
title: IPFS Weekly 75
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
# Welcome to the IPFS Weekly
|
||||
|
||||
Here’s what’s happening lately in the [InterPlanetary File System](https://ipfs.io/) galaxy and beyond! 🚀
|
||||
@@ -83,4 +83,4 @@ Here’s what’s happening lately in the [InterPlanetary File System](https://i
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us.](mailto:newsletter@ipfs.io)
|
||||
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2020-02-04
|
||||
permalink: "/weekly-76/"
|
||||
permalink: '/weekly-76/'
|
||||
translationKey: ipfs-weekly-76
|
||||
title: IPFS Weekly 76
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
# Welcome to the IPFS Weekly
|
||||
|
||||
Here’s what’s happening lately in the [InterPlanetary File System](https://ipfs.io/) galaxy and beyond! 🚀
|
||||
@@ -83,4 +83,4 @@ Check out “A Technical Introduction to IPFS,” by Hector Sanjuan.
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us.](mailto:newsletter@ipfs.io)
|
||||
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
---
|
||||
date: 2020-02-11
|
||||
permalink: "/weekly-77/"
|
||||
permalink: '/weekly-77/'
|
||||
translationKey: ipfs-weekly-77
|
||||
title: IPFS Weekly 77
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- project planning
|
||||
- content routing
|
||||
- Testground
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- project planning
|
||||
- content routing
|
||||
- Testground
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
# Welcome to the IPFS Weekly
|
||||
|
||||
Here’s what’s happening lately in the [InterPlanetary File System](https://ipfs.io/) galaxy and beyond! 🚀
|
||||
@@ -71,4 +71,4 @@ Check out [“The Path to Peer-to-Peer Matrix”](https://fosdem.org/2020/schedu
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us.](mailto:newsletter@ipfs.io)
|
||||
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
---
|
||||
date: 2020-02-18
|
||||
permalink: "/weekly-78/"
|
||||
permalink: '/weekly-78/'
|
||||
translationKey: ipfs-weekly-78
|
||||
title: IPFS Weekly 78
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
# Welcome to the IPFS Weekly
|
||||
|
||||
Here’s what’s happening lately in the [InterPlanetary File System](https://ipfs.io/) galaxy and beyond! 🚀
|
||||
@@ -91,4 +91,4 @@ Thank you, everyone who joined us there, IPFS will be back for ETHDenver 2021!
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us.](mailto:newsletter@ipfs.io)
|
||||
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230) each Tuesday.
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2020-04-08
|
||||
permalink: "/weekly-84/"
|
||||
permalink: '/weekly-84/'
|
||||
translationKey: ipfs-weekly-84
|
||||
title: "IPFS Weekly Q1 2020 Recap \U0001F389"
|
||||
description:
|
||||
description:
|
||||
author: Jenn Turner
|
||||
tags:
|
||||
- weekly
|
||||
- recap
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
- weekly
|
||||
- recap
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
## Celebrate Q1 in the IPFS Community
|
||||
|
||||
A quick look back at what we accomplished together in the [InterPlanetary File System](https://ipfs.io/) galaxy and beyond! 🚀
|
||||
@@ -156,4 +156,4 @@ If you’d like to get involved, check out our [contribution guidelines](https:/
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us](mailto:newsletter@ipfs.io).
|
||||
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230), each Tuesday.
|
||||
[Get the IPFS Weekly in your inbox](https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230), each Tuesday.
|
||||
|
||||
@@ -1,16 +1,17 @@
|
||||
---
|
||||
tags:
|
||||
- weekly
|
||||
- weekly
|
||||
title: Welcome to IPFS Weekly 123
|
||||
description: See ETHDenver projects, hang out with IPFS and friends, plus your files
|
||||
description:
|
||||
See ETHDenver projects, hang out with IPFS and friends, plus your files
|
||||
for keeps forever - we promise!
|
||||
date: 2021-02-17
|
||||
permalink: "/weekly-123/"
|
||||
permalink: '/weekly-123/'
|
||||
translationKey: ipfs-weekly-123
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
author: Jenn Turner
|
||||
|
||||
---
|
||||
|
||||
Here’s what’s happening in the [InterPlanetary File System](https://ipfs.io/) galaxy!
|
||||
|
||||
## Your files 💖 for keeps forever 💖 with IPFS
|
||||
@@ -80,4 +81,4 @@ Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs),
|
||||
|
||||
Get the IPFS Weekly in your inbox, each Tuesday.
|
||||
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
@@ -1,59 +1,66 @@
|
||||
---
|
||||
tags:
|
||||
- weekly
|
||||
- weekly
|
||||
title: Welcome to IPFS Weekly 125
|
||||
description: IPFS Desktop gets an update, our ETHDenver recap, plus introducing Super
|
||||
description:
|
||||
IPFS Desktop gets an update, our ETHDenver recap, plus introducing Super
|
||||
Rinkeby
|
||||
author: Jenn Turner
|
||||
date: 2021-03-03
|
||||
permalink: "/weekly-125/"
|
||||
permalink: '/weekly-125/'
|
||||
translationKey: ipfs-weekly-125
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
Here’s what’s happening in the [InterPlanetary File System](https://ipfs.io/) galaxy!
|
||||
|
||||
## IPFS at ETHDenver
|
||||
|
||||
The IPFS Community was at ETHDenver 2021 in full force: from presentations to bounties, help desks and virtual hangs, and our favorite—new projects! We are very excited to show you the cool things folks built with IPFS, so we’ll be featuring them in upcoming issues. For a full recap, head to the IPFS blog.
|
||||
|
||||
[Read more](https://blog.ipfs.io/2021-02-26-ipfs-at-ethdenver/)
|
||||
|
||||
## Introducing Super Rinkeby
|
||||
|
||||
Our first feature from ETHDenver is Super Rinkeby, a decentralized Super Mario-like game that lets users change characters through an NFT purchase. Created by Leon Do and Jennifer Tran, the game is hosted on IPFS and its structure presents five new ideas for scaling microtransactions on the blockchain.
|
||||
|
||||
[Read more](https://devfolio.co/submissions/super-rinkeby-game-a88e)
|
||||
|
||||
## New on IPFS Desktop 🖥
|
||||
|
||||
Your favorite desktop app for IPFS recently added support for go-ipfs 0.8.0 and Electron 11.x, as well as enabling both pubsub via settings and IPNS over pubsub. Check it out!
|
||||
|
||||
[Read more](https://github.com/ipfs-shipyard/ipfs-desktop/releases/tag/v0.14.0)
|
||||
|
||||
## Brand new on IPFS
|
||||
* The [roadmap for BAT 2.0](https://brave.com/bat-roadmap-2-0/) includes adding the ability to use BAT for content pinning on IPFS!
|
||||
* Now you can [host your P2P website](https://peergos.org/posts/p2p-web-hosting) directly from Peergos and even get a human readable location.
|
||||
* Read the [new paper IPFS and Friends](https://arxiv.org/pdf/2102.12737.pdf): A qualitative comparison of next-gen P2P data networks.
|
||||
* [Space released their beta](https://space.storage/), check out their user-controlled, encrypted file storage platform.
|
||||
|
||||
- The [roadmap for BAT 2.0](https://brave.com/bat-roadmap-2-0/) includes adding the ability to use BAT for content pinning on IPFS!
|
||||
- Now you can [host your P2P website](https://peergos.org/posts/p2p-web-hosting) directly from Peergos and even get a human readable location.
|
||||
- Read the [new paper IPFS and Friends](https://arxiv.org/pdf/2102.12737.pdf): A qualitative comparison of next-gen P2P data networks.
|
||||
- [Space released their beta](https://space.storage/), check out their user-controlled, encrypted file storage platform.
|
||||
|
||||
## Around the ecosystem 🌏
|
||||
|
||||
Learn [how to create NFTs](https://medium.com/pinata/how-to-create-nfts-like-nba-top-shot-with-flow-and-ipfs-701296944bf) like NBA Top Shot with Flow and IPFS
|
||||
|
||||
[CoinDesk asks](https://www.coindesk.com/its-an-nft-boom-do-you-know-where-your-digital-art-lives), it’s an NFT boom. Do you know where your Digital Art lives?
|
||||
|
||||
Introducing the [Crust PolkaPet NFT](https://medium.com/crustnetwork/introducing-the-crust-polkapet-nft-1a27f2ffa733)!
|
||||
Introducing the [Crust PolkaPet NFT](https://medium.com/crustnetwork/introducing-the-crust-polkapet-nft-1a27f2ffa733)!
|
||||
|
||||
[The Graph](https://medium.com/polkadot-network/the-graph-bringing-indexing-and-querying-to-polkadot-6b433e381fe8) brings indexing and querying to Polkadot
|
||||
[The Graph](https://medium.com/polkadot-network/the-graph-bringing-indexing-and-querying-to-polkadot-6b433e381fe8) brings indexing and querying to Polkadot
|
||||
|
||||
Introducing [dSearch](https://peepsology.medium.com/introducing-dsearch-dtree-our-fight-for-a-better-search-engine-a4baa3a50171), dTree and our fight for a better search engine
|
||||
Introducing [dSearch](https://peepsology.medium.com/introducing-dsearch-dtree-our-fight-for-a-better-search-engine-a4baa3a50171), dTree and our fight for a better search engine
|
||||
|
||||
[Unstoppable Domains](https://medium.com/unstoppabledomains/what-is-the-difference-between-tokens-and-coins-8ab0b605b8d0) asks, what is the difference between tokens and coins?
|
||||
|
||||
NEW: [Galacteek 0.4.42](https://discuss.ipfs.io/t/galacteek-0-4-42-released/10259) released
|
||||
NEW: [Galacteek 0.4.42](https://discuss.ipfs.io/t/galacteek-0-4-42-released/10259) released
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/YsfEdRx05V8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
## Missed the February IPFS meetup?
|
||||
## Missed the February IPFS meetup?
|
||||
|
||||
Catch up on presentations from dweb games specialist Leon Do, Viki Valastin from KodaDot, Ilya Kreymer from Webrecorder, and Yiannis Psaras from ResNetLab. Register today so you don’t miss out on the next IPFS meetup later this month.
|
||||
|
||||
[Register for the March meetup](https://www.meetup.com/San-Francisco-IPFS/events/276123396/)
|
||||
@@ -63,4 +70,5 @@ Catch up on presentations from dweb games specialist Leon Do, Viki Valastin from
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us](mailto:newsletter@ipfs.io).
|
||||
|
||||
Get the IPFS Weekly in your inbox, each Tuesday.
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
@@ -1,56 +1,62 @@
|
||||
---
|
||||
tags:
|
||||
- weekly
|
||||
- weekly
|
||||
title: Welcome to IPFS Weekly 126
|
||||
description: Gitcoin Grants Round 9 kicks off, introducing Gasless Wallets, plus the
|
||||
description:
|
||||
Gitcoin Grants Round 9 kicks off, introducing Gasless Wallets, plus the
|
||||
rise of NFTs
|
||||
author: Jenn Turner
|
||||
date: 2021-03-10
|
||||
permalink: "/weekly-126/"
|
||||
permalink: '/weekly-126/'
|
||||
translationKey: ipfs-weekly-126
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
Here’s what’s happening in the [InterPlanetary File System](https://ipfs.io/) galaxy!
|
||||
|
||||
## Gitcoin Grants Round 9 starts tomorrow
|
||||
Our friends at Gitcoin are kicking off round 9 of their grants program with a $~500k matching pool to distribute to the community. Expect a jam-packed schedule with a series of webinars, workshops, and community discussions around the grants round and hackathon with industry leaders, grantees, and hackathon sponsors during the 4-week long event.
|
||||
|
||||
Our friends at Gitcoin are kicking off round 9 of their grants program with a $~500k matching pool to distribute to the community. Expect a jam-packed schedule with a series of webinars, workshops, and community discussions around the grants round and hackathon with industry leaders, grantees, and hackathon sponsors during the 4-week long event.
|
||||
|
||||
[Read more](https://gitcoin.co/hackathon/gr9/onboard)
|
||||
|
||||
## Introducing Gasless Wallet
|
||||
|
||||
Continuing our series of ETHDenver project spotlights the Gasless Wallet, which allows users without eth to interact with Ethereum using other tokens. Created by Hakeem Orewole, Abdulhafiz Ahmed, and Mike Adediran, the gasless wallet is chain-agnostic and hosted on IPFS. Check it out!
|
||||
|
||||
[Read more](https://devfolio.co/submissions/gasless-wallet-b236)
|
||||
|
||||
## Read about the rise of NFTs
|
||||
Looking for an introduction to NFTs and IPFS? Look no further than this recent post from Ether-1 about their fight for anti-censorship and decentralization. Read on to learn how Ether-1 and ethoFS can help evolve the NFT ecosystem.
|
||||
|
||||
Looking for an introduction to NFTs and IPFS? Look no further than this recent post from Ether-1 about their fight for anti-censorship and decentralization. Read on to learn how Ether-1 and ethoFS can help evolve the NFT ecosystem.
|
||||
|
||||
[Read more](https://dev-james.medium.com/the-rise-of-nfts-ether-1s-fight-for-anti-censorship-decentralization-31cc065f4908)
|
||||
|
||||
## Brand new on IPFS
|
||||
* Ever wondered what the [IPFS HTTP gateways](https://www.reddit.com/r/ipfs/comments/lvwn4o/ipfs_http_gateways_ranked_by_performance/) ranked by performance are?
|
||||
* The [NFT DID](https://github.com/w3c/did-spec-registries/pull/262) is a new DID method created using the Ceramic network, recently proposed to the W3C.
|
||||
* Introducing the [WAX Cloud Wallet](https://wallet.wax.io/), built with IPFS and the WAX blockchain to keep your NFTs secure.
|
||||
* Read [Part 2 of Pinata’s tutorial](https://medium.com/pinata/how-to-display-your-nft-collection-like-nba-top-shot-with-flow-and-ipfs-6ba75048bf8a) on how to display your NFT collectibles with Flow and IPFS.
|
||||
|
||||
- Ever wondered what the [IPFS HTTP gateways](https://www.reddit.com/r/ipfs/comments/lvwn4o/ipfs_http_gateways_ranked_by_performance/) ranked by performance are?
|
||||
- The [NFT DID](https://github.com/w3c/did-spec-registries/pull/262) is a new DID method created using the Ceramic network, recently proposed to the W3C.
|
||||
- Introducing the [WAX Cloud Wallet](https://wallet.wax.io/), built with IPFS and the WAX blockchain to keep your NFTs secure.
|
||||
- Read [Part 2 of Pinata’s tutorial](https://medium.com/pinata/how-to-display-your-nft-collection-like-nba-top-shot-with-flow-and-ipfs-6ba75048bf8a) on how to display your NFT collectibles with Flow and IPFS.
|
||||
|
||||
## Around the ecosystem 🌏
|
||||
|
||||
Read the [Scala Review 2021](https://medium.com/the-capital/scala-review-2021-keep-your-personal-information-secure-7bd2569e93a5): Keep your personal information secure
|
||||
|
||||
NEW: [Polkadot now](https://medium.com/polkadot-network/polkadot-now-supported-on-ledger-live-4449f11b5130) supported on Ledger Live
|
||||
|
||||
Announcing [IPFS for Creators](https://medium.com/mintgate/announcing-ipfs-for-creators-259a8f16e13), an upcoming series of technical workshops and written resources about IPFS tools and platforms that empower full ownership of content and storage.
|
||||
|
||||
The [Float protocol](https://twitter.com/FloatProtocol/status/1367963890978537472) site is now hosted on IPFS, courtesy of Fleek.
|
||||
The [Float protocol](https://twitter.com/FloatProtocol/status/1367963890978537472) site is now hosted on IPFS, courtesy of Fleek.
|
||||
|
||||
Read about the [decentralized internet](https://jewarner57.medium.com/the-decentralized-internet-you-can-us-right-now-f8488296cb8d) you can use right now.
|
||||
|
||||
Check out this [Brave browser review](https://dev.to/zoedreams/brave-browser-review-secure-fast-private-web-browser-bhk) from the DEV Community.
|
||||
|
||||
|
||||
**Not the folks behind insurance premium financing solutions!**
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us](mailto:newsletter@ipfs.io).
|
||||
|
||||
Get the IPFS Weekly in your inbox, each Tuesday.
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
@@ -1,66 +1,74 @@
|
||||
---
|
||||
tags:
|
||||
- weekly
|
||||
- weekly
|
||||
title: Welcome to IPFS Weekly 127
|
||||
description: Get started with NFTs and IPFS, introducing True Review, plus the latest
|
||||
description:
|
||||
Get started with NFTs and IPFS, introducing True Review, plus the latest
|
||||
in Local Offline Collaboration
|
||||
author: Jenn Turner
|
||||
date: 2021-03-17
|
||||
permalink: "/weekly-127/"
|
||||
permalink: '/weekly-127/'
|
||||
translationKey: ipfs-weekly-127
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
Here’s what’s happening in the [InterPlanetary File System](https://ipfs.io/) galaxy!
|
||||
|
||||
## Next Tuesday: Identity & IPFS, a special event
|
||||
|
||||
This month’s IPFS meetup is an extra special one, because we’ll be featuring a variety of experts on identity from the Web3 community. Join to hear talks from the folks at Ceramic, Microsoft ION, The Scala Project, and IDX. One week from today–don’t miss out!
|
||||
|
||||
[Register to attend](https://www.meetup.com/San-Francisco-IPFS/events/276123396/)
|
||||
|
||||
## Introducing True Review
|
||||
Continuing our series of ETHDenver project spotlights True Review, a censorship-resistant review platform, allowis people to store their rich text/image/video reviews with IDX and Ceramic (stored on IPFS). Think of it as a Yelp, but backed by the blockchain.
|
||||
|
||||
Continuing our series of ETHDenver project spotlights True Review, a censorship-resistant review platform, allowis people to store their rich text/image/video reviews with IDX and Ceramic (stored on IPFS). Think of it as a Yelp, but backed by the blockchain.
|
||||
|
||||
[Read more](https://devfolio.co/submissions/blah-7859)
|
||||
|
||||
## Join us this weekend for NFTHack
|
||||
NFTs have officially entered the internet zeitgeist, so if you’re looking to explore, test out your ideas, see what folks are building, join the IPFS community this weekend for NFT Hack. This 3-day event will be packed full of presentations and plenty of opportunities to dive into the world of NFTs.
|
||||
## Join us this weekend for NFTHack
|
||||
|
||||
NFTs have officially entered the internet zeitgeist, so if you’re looking to explore, test out your ideas, see what folks are building, join the IPFS community this weekend for NFT Hack. This 3-day event will be packed full of presentations and plenty of opportunities to dive into the world of NFTs.
|
||||
|
||||
[Register to attend](https://nft.ethglobal.co/)
|
||||
|
||||
### Resources for getting started with NFTs
|
||||
* How to create [NFTs with IPFS](https://medium.com/pinata/ipfs-nfts-and-persistent-artwork-50a129587a36)
|
||||
* How to [write & deploy an NFT](https://medium.com/alchemy-api/how-to-write-deploy-an-nft-d92c8b6b777f)
|
||||
* How to [mint an NFT](https://medium.com/alchemy-api/how-to-mint-an-nft-8cd51e8eb634)
|
||||
* How to build [ERC-721 NFTs with IPFS](https://medium.com/pinata/how-to-build-erc-721-nfts-with-ipfs-e76a21d8f914)
|
||||
* How to build an [NFT Gallery](https://medium.com/kodadot/traverse-to-the-prime-show-733d6046d3f5)
|
||||
|
||||
- How to create [NFTs with IPFS](https://medium.com/pinata/ipfs-nfts-and-persistent-artwork-50a129587a36)
|
||||
- How to [write & deploy an NFT](https://medium.com/alchemy-api/how-to-write-deploy-an-nft-d92c8b6b777f)
|
||||
- How to [mint an NFT](https://medium.com/alchemy-api/how-to-mint-an-nft-8cd51e8eb634)
|
||||
- How to build [ERC-721 NFTs with IPFS](https://medium.com/pinata/how-to-build-erc-721-nfts-with-ipfs-e76a21d8f914)
|
||||
- How to build an [NFT Gallery](https://medium.com/kodadot/traverse-to-the-prime-show-733d6046d3f5)
|
||||
|
||||
## Brand new on IPFS
|
||||
* A first look at [Anytype on Android](https://www.reddit.com/r/ipfs/comments/m2qolr/heres_a_first_look_at_anytype_on_android_demo_of/), check out this demo of an all-in-one tool on IPFS.
|
||||
* At the last [Local Offline Collaboration call](https://www.youtube.com/watch?v=0zUg20816hU), Fission demoed their fast, local-first app publishing on IPFS.
|
||||
* Now on IPFS! [COMPOST](https://one.compost.digital/), a magazine about digital commons that publishes to the dweb.
|
||||
* Introducing [share.ipfs.io](http://share.ipfs.io/), an exploratory demo that works best when both parties can use WebRTC.
|
||||
|
||||
- A first look at [Anytype on Android](https://www.reddit.com/r/ipfs/comments/m2qolr/heres_a_first_look_at_anytype_on_android_demo_of/), check out this demo of an all-in-one tool on IPFS.
|
||||
- At the last [Local Offline Collaboration call](https://www.youtube.com/watch?v=0zUg20816hU), Fission demoed their fast, local-first app publishing on IPFS.
|
||||
- Now on IPFS! [COMPOST](https://one.compost.digital/), a magazine about digital commons that publishes to the dweb.
|
||||
- Introducing [share.ipfs.io](http://share.ipfs.io/), an exploratory demo that works best when both parties can use WebRTC.
|
||||
|
||||
## Around the ecosystem 🌏
|
||||
Read about the [IPFS Local Offline Collaboration Sig](https://news.ycombinator.com/item?id=26462597)
|
||||
|
||||
Read about the [IPFS Local Offline Collaboration Sig](https://news.ycombinator.com/item?id=26462597)
|
||||
|
||||
Catch up on all things MetaMask with [February’s MetaMask Monthly](https://medium.com/metamask/metamask-monthly-february-2021-41ab42de69f7)
|
||||
|
||||
Check out this interactive NFT built with [webGL and IPFS](https://twitter.com/johnbenton/status/1370074442676776960)
|
||||
|
||||
Learn how you can use IPFS and [Blockchain Embeded IoT](https://medium.com/@oumi.group/ipfs-blockchain-embeded-iot-6ea33c1bb4d0).
|
||||
Learn how you can use IPFS and [Blockchain Embeded IoT](https://medium.com/@oumi.group/ipfs-blockchain-embeded-iot-6ea33c1bb4d0).
|
||||
|
||||
pruf.io asks, [NFTs — Picassos or Pogs?](https://prufio.medium.com/nfts-picassos-or-pogs-edb4b205eb78)
|
||||
pruf.io asks, [NFTs — Picassos or Pogs?](https://prufio.medium.com/nfts-picassos-or-pogs-edb4b205eb78)
|
||||
|
||||
Read the latest on [Rarible’s NFTs FAQ’s](https://raynel.medium.com/nfts-rarible-com-faqs-70649f47d85d)
|
||||
|
||||
INTERVIEW: [The future of Brave browser](https://hive.blog/crypto/@scottcbusiness/the-future-of-brave-browser-with-luke-mulks) with Luke Mulks
|
||||
|
||||
Why should you buy an [NFTBox](https://nftboxes.medium.com/so-what-is-nftboxes-752b31c439a6) and what even is that?
|
||||
Why should you buy an [NFTBox](https://nftboxes.medium.com/so-what-is-nftboxes-752b31c439a6) and what even is that?
|
||||
|
||||
**We’ll need to see your CIDs to get into this club, err network.**
|
||||
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us](mailto:newsletter@ipfs.io).
|
||||
|
||||
Get the IPFS Weekly in your inbox, each Tuesday.
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
---
|
||||
tags:
|
||||
- weekly
|
||||
- NFTs
|
||||
- weekly
|
||||
- NFTs
|
||||
title: Welcome to IPFS Weekly 128
|
||||
description: NFTs, NFTs, NFTs, plus a new GitHub action for IPFS!
|
||||
author: Jenn Turner
|
||||
date: 2021-03-24
|
||||
permalink: "/weekly-128/"
|
||||
permalink: '/weekly-128/'
|
||||
translationKey: ipfs-weekly-128
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
Here’s what’s happening in the [InterPlanetary File System](https://ipfs.io/) galaxy!
|
||||
|
||||
## IPFS x NFTHack, a brief recap
|
||||
@@ -19,12 +19,12 @@ NFTHack has come and gone, but if you missed it, check out all of the cool build
|
||||
|
||||
Quick stats from NFTHack:
|
||||
|
||||
* 👤 134 Users
|
||||
* Almost 1/4 of all hackers at the event.
|
||||
* 🏗 \~10% of ALL projects used the JS client for nft.storage (182 projects total)
|
||||
* 1,219 total downloads from npm (Mar 15 → Mar 21)
|
||||
* 📌 1,204 NFTs stored
|
||||
* 💿 890MB of NFT data stored
|
||||
- 👤 134 Users
|
||||
- Almost 1/4 of all hackers at the event.
|
||||
- 🏗 \~10% of ALL projects used the JS client for nft.storage (182 projects total)
|
||||
- 1,219 total downloads from npm (Mar 15 → Mar 21)
|
||||
- 📌 1,204 NFTs stored
|
||||
- 💿 890MB of NFT data stored
|
||||
|
||||
Looking for more on NFTs? [Join our April meetup](https://www.meetup.com/San-Francisco-IPFS/events/276123324/) to learn more about what people are building with IPFS x NFTs.
|
||||
|
||||
@@ -42,10 +42,10 @@ Interested in learning about how to retrieve Filecoin deals for free via IPFS? C
|
||||
|
||||
## Brand new on IPFS
|
||||
|
||||
* [Nft.storage](https://nft.storage/) is a brand new service in private BETA, built specifically for storing off-chain NFT data.
|
||||
* [Taopaipai](https://mp.weixin.qq.com/s/uHU4dNuC96YTh0_BydpH5A), a leading photography service in China, will be using IPFS to store their photographs.
|
||||
* Introducing [chat.fullstack.cash](https://chat.fullstack.cash/), an instant messenger chat app built on IPFS!
|
||||
* A new GitHub Action [‘IPFS Remote Pinning’](https://github.com/marketplace/actions/ipfs-remote-pinning) helps you publish to IPFS Pinning Services.
|
||||
- [Nft.storage](https://nft.storage/) is a brand new service in private BETA, built specifically for storing off-chain NFT data.
|
||||
- [Taopaipai](https://mp.weixin.qq.com/s/uHU4dNuC96YTh0_BydpH5A), a leading photography service in China, will be using IPFS to store their photographs.
|
||||
- Introducing [chat.fullstack.cash](https://chat.fullstack.cash/), an instant messenger chat app built on IPFS!
|
||||
- A new GitHub Action [‘IPFS Remote Pinning’](https://github.com/marketplace/actions/ipfs-remote-pinning) helps you publish to IPFS Pinning Services.
|
||||
|
||||
## Around the ecosystem 🌏
|
||||
|
||||
@@ -80,4 +80,5 @@ The April IPFS meetup will be an opportunity to showcase what the community has
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us](mailto:newsletter@ipfs.io).
|
||||
|
||||
Get the IPFS Weekly in your inbox, each Tuesday.
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
@@ -1,38 +1,43 @@
|
||||
---
|
||||
tags:
|
||||
- weekly
|
||||
- weekly
|
||||
title: Welcome to IPFS Weekly 129
|
||||
description: ION v2 launches, NFTs are everywhere, plus lots of new videos on IPFS!
|
||||
author: Emily Vaughan
|
||||
date: 2021-03-31
|
||||
permalink: "/weekly-129/"
|
||||
permalink: '/weekly-129/'
|
||||
translationKey: ipfs-weekly-129
|
||||
header_image: "/header-image-weekly-newsletter.png"
|
||||
|
||||
header_image: '/header-image-weekly-newsletter.png'
|
||||
---
|
||||
|
||||
Here’s what’s happening in the [InterPlanetary File System](https://ipfs.io/) galaxy!
|
||||
|
||||
## Congratulations ION for launching v1.0!
|
||||
|
||||
We’re so excited to see a new decentralized identity service launch which stores its data on IPFS. We’ve been working with ION to support their use of IPFS since 2019. IPFS comes into the picture at the storage layer, where ION aggregates transactions into batches, adds those batches to IPFS, and then writes the IPFS content identifier (CID) of the batch to the blockchain. Try ION v1.0 today and share your feedback in the [ION repo](https://github.com/decentralized-identity/ion) or let [@IPFS know on Twitter](https://twitter.com/ipfs).
|
||||
|
||||
## IPFS & Friends at Chainlink Spring Hackathon!
|
||||
## IPFS & Friends at Chainlink Spring Hackathon!
|
||||
|
||||
Last week the [Chainlink Hackathon](https://chain.link/hackathon) hosted Dietrich Ayala from Protocol Labs and Textile's Andrew Hill for some amazing tutorials and talks about building on IPFS. [Andrew’s presentation](https://www.youtube.com/watch?v=NdSdsTsh0QI&feature=emb_logo) included a workshop featuring Buckets, an introduction to Powergate as well as the Miner Index. And be sure to check out [Dietrich’s talk](https://www.youtube.com/watch?v=Ds1RJplxxxo) for an overview of IPFS, its users, how to start up a IPFS Space Daemon or command line interface, the various IPFS software integrations, and resources that will guide you through building on the IPFS ecosystem.
|
||||
|
||||
## March Meetup Videos: Identity & IPFS
|
||||
At this month’s IPFS Meetup, we hosted experts from the web3 community discussing the intersection of identity and IPFS. The meetup featured The Scala Project, Daniel Buchner from ION, Michael Sena from IDX, and Joel Thorstensson from Ceramic. ICYMI, [catch up on all of the recordings](https://www.youtube.com/playlist?list=PLuhRWgmPaHtToVYaDkd6ZTwB2Lo30s1vB) from the March IPFS Meetup!
|
||||
|
||||
At this month’s IPFS Meetup, we hosted experts from the web3 community discussing the intersection of identity and IPFS. The meetup featured The Scala Project, Daniel Buchner from ION, Michael Sena from IDX, and Joel Thorstensson from Ceramic. ICYMI, [catch up on all of the recordings](https://www.youtube.com/playlist?list=PLuhRWgmPaHtToVYaDkd6ZTwB2Lo30s1vB) from the March IPFS Meetup!
|
||||
|
||||
## Brand new on IPFS
|
||||
* Release update - Handshake Domains, now supported on Fleek! [Read the update](https://blog.fleek.co/posts/handshake-domains-support-release).
|
||||
* [Watch this tutorial](https://dev.to/akuokojnr/how-to-upload-and-play-unity-webgl-games-on-ipfs-using-slate-oac) on how to upload and play Unity WebGL games on IPFS using Slate in 4 simple steps.
|
||||
* Molecular Data, leading technology-driven platform, gears up its data services with IPFS. [Learn more](https://www.prnewswire.com/news-releases/molecular-data-inc-gears-up-its-data-services-with-ipfs-301257394.html).
|
||||
* Wikipedia is now available in Chinese on IPFS via Kiwix! [Check it out](https://t.co/nSgpRjihVA). Expect more translations soon!
|
||||
|
||||
- Release update - Handshake Domains, now supported on Fleek! [Read the update](https://blog.fleek.co/posts/handshake-domains-support-release).
|
||||
- [Watch this tutorial](https://dev.to/akuokojnr/how-to-upload-and-play-unity-webgl-games-on-ipfs-using-slate-oac) on how to upload and play Unity WebGL games on IPFS using Slate in 4 simple steps.
|
||||
- Molecular Data, leading technology-driven platform, gears up its data services with IPFS. [Learn more](https://www.prnewswire.com/news-releases/molecular-data-inc-gears-up-its-data-services-with-ipfs-301257394.html).
|
||||
- Wikipedia is now available in Chinese on IPFS via Kiwix! [Check it out](https://t.co/nSgpRjihVA). Expect more translations soon!
|
||||
|
||||
## Around the ecosystem 🌏
|
||||
NFTs are everywhere! Check out this writeup in [The New York Times](https://www.nytimes.com/2021/03/24/technology/nft-column-blockchain.html) featuring NFTs.
|
||||
|
||||
NFTs are everywhere! Check out this writeup in [The New York Times](https://www.nytimes.com/2021/03/24/technology/nft-column-blockchain.html) featuring NFTs.
|
||||
|
||||
[Berty News is back!](https://twitter.com/berty/status/1375518150435860482) Read up on all you’ve missed in the ecosystem and see a special shoutout to gomobile-IPFS.
|
||||
|
||||
Can IPFS fight against content censorship? The short answer is yes - IPFS can be part of the solution to protect you from content censorship, [find out why](https://medium.com/likecoin/can-ipfs-the-distributed-web-fight-against-content-censorship-300e55cbf88c).
|
||||
Can IPFS fight against content censorship? The short answer is yes - IPFS can be part of the solution to protect you from content censorship, [find out why](https://medium.com/likecoin/can-ipfs-the-distributed-web-fight-against-content-censorship-300e55cbf88c).
|
||||
|
||||
IC Action - an open source GitHub action to deploy canisters to the Internet Computer! [Check it out](https://blog.fleek.co/posts/ic-action-deploy-canisters-internet-computer).
|
||||
|
||||
@@ -45,10 +50,12 @@ Looking for a quick and dirty way to tell your friends about IPFS? Look no furth
|
||||
[Meet Quanta](https://quanta.wiki/n/ipfs-notes), a new kind of platform for the Fediverse, Web 3.0, and IPFS. Quanta is the only Fediverse-capable app that has IPFS uploading as a core feature.
|
||||
|
||||
## Upcoming 📅
|
||||
|
||||
The April IPFS meetup will be an opportunity to showcase what the community has been building with NFTs! [Sign up here](https://protocollabs.typeform.com/to/hLGfKhxn) to present, or [register to attend](https://www.meetup.com/San-Francisco-IPFS/events/276123324/) the April 27th event and learn more about the world of IPFS x NFTs!
|
||||
|
||||
## Want to help build the new internet?
|
||||
[Consensus Protocol and DLT Engineer](https://angel.co/company/humanode-2/jobs/1265884-consensus-protocol-and-dlt-engineer): Consensus is looking for a Lead Engineer with solid experience in building or working with consensus mechanisms such as Snow family, Clique, Aura, pBFT. Knowledge and experience with Ethereum, EVM and Smart Contracts is crucial as EVM-compatibility is key in the market. Consensus, Humanode, Remote.
|
||||
|
||||
[Consensus Protocol and DLT Engineer](https://angel.co/company/humanode-2/jobs/1265884-consensus-protocol-and-dlt-engineer): Consensus is looking for a Lead Engineer with solid experience in building or working with consensus mechanisms such as Snow family, Clique, Aura, pBFT. Knowledge and experience with Ethereum, EVM and Smart Contracts is crucial as EVM-compatibility is key in the market. Consensus, Humanode, Remote.
|
||||
|
||||
[Senior Go Engineer](https://textile.breezy.hr/p/421d4f71a227-senior-go-engineer): As a Senior Go Engineer, you will be responsible for writing and maintaining code on the Textile Go libraries, including Threads, Buckets, Hub, and Powergate. This role is for someone with solid coding experience and the ability to lead new features. Textile, Remote.
|
||||
|
||||
@@ -61,4 +68,5 @@ The April IPFS meetup will be an opportunity to showcase what the community has
|
||||
Get involved with IPFS by checking us out on [GitHub](https://github.com/ipfs), joining discussions on [our community forum](https://discuss.ipfs.io/), or hitting us up [in chat](https://riot.im/app/#/room/#ipfs:matrix.org). Have a suggestion? [Email us](mailto:newsletter@ipfs.io).
|
||||
|
||||
Get the IPFS Weekly in your inbox, each Tuesday.
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
<p><a href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" class="button button-primary">Sign up now</a></p>
|
||||
|
||||
Reference in New Issue
Block a user