diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml index 2bccf9e1..3855f808 100644 --- a/.forestry/front_matter/templates/blog-post.yml +++ b/.forestry/front_matter/templates/blog-post.yml @@ -171,6 +171,7 @@ pages: - src/_blog/libp2p-comes-to-protoschool.md - src/_blog/meet-the-new-ipfs-blog-news.md - src/_blog/minting-fresh-nfts-with-ipfs.md +- src/_blog/opensea-decentralizes-and-persists-nft-storage-with-ipfs-and-filecoin.md - src/_blog/own-your-identity-with-ion.md - src/_blog/recapping-nfthack-with-ipfs-and-protocol-labs.md - src/_blog/spring-university-hackathons-roundup.md diff --git a/src/_blog/opensea-decentralizes-and-persists-nft-storage-with-ipfs-and-filecoin.md b/src/_blog/opensea-decentralizes-and-persists-nft-storage-with-ipfs-and-filecoin.md new file mode 100644 index 00000000..2cc9a3c0 --- /dev/null +++ b/src/_blog/opensea-decentralizes-and-persists-nft-storage-with-ipfs-and-filecoin.md @@ -0,0 +1,14 @@ +--- +title: OpenSea decentralizes and persists NFT storage with IPFS and Filecoin +description: Our friends at OpenSea recently launched a feature to “freeze” NFT metadata + using IPFS and Filecoin. +author: Pooja Shah +date: 2021-06-17 +permalink: 2021-06-17-opensea-ipfs-filecoin +translationKey: '' +header_image: "/filecoin-ipfs-x-opensea.png" +tags: +- NFTs + +--- +Our friends at [OpenSea](https://opensea.io/) recently [launched](https://opensea.io/blog/announcements/decentralizing-nft-metadata-on-opensea/) a feature to “freeze” NFT metadata, enabling NFT creators to properly decentralize their NFTs using IPFS and Filecoin. OpenSea is one of the largest NFT marketplaces in the web3 space, creating a market for millions of NFTs today. Using IPFS and Filecoin, NFT creators that use OpenSea can now create immutable NFT metadata using IPFS [content addressing](https://blog.ipfs.io/2021-04-05-storing-nfts-on-ipfs/) and [provable and decentralized storage with Filecoin](https://blog.ipfs.io/2021-06-03-ipfs-filecoin-content-persistence/). \ No newline at end of file