Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added v2/public/brands/indelible.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions v2/src/data/stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,14 @@ export const categories: UseCaseCategory[] = [
photo: '/portraits/nancy-baker-cahill.webp',
},
},
{
brand: 'Indelible.world', hue: 15,
title: 'Timestamped authorship attestation for news',
useCase: 'Verifiable timestamps and quotes',
body: 'Indelible.world is building a platform for news organizations to certify their articles on-chain with immutable, IPFS-compatible CIDs.',
linkLabel: "Try out a demo", link: 'indelible.world', href: 'https://docs.indelible.world/tryit',
logo: '/brands/indelible.png',
},
],
},
];