.. and press ENTER to ask a question on web5, how to write code and more.

Skip to main content

Our California DMV Hackathon Win: Privacy-Preserving Age Verification

· 5 min read
Angie Jones

At the recent California DMV Hackathon, the Block team, represented by members from Square and TBD, won the Best Privacy & Security Design award for building a prototype of an instant age verification system. This solution utilizes mobile drivers’ licenses (mDLs) to provide secure, privacy-centric transactions for age-restricted purchases with Square’s Point of Sale (POS) system.

In this post, we’ll explore the core technical components behind our solution, which centered on using TruAge technology to enable seamless, secure age verification.

Known Customer Credential Hackathon

· 3 min read
Angie Jones

tbDEX is an open messaging protocol that enables liquidity seekers to connect with liquidity providers. This means that as a liquidity provider, your business can be the backend supplier in several payment applications.

Performing KYC on repeat customers every time they attempt to transact with you from a different payment app would be a pain. To avoid this, you will use the Web5 SDK to issue a Known Customer Credential (KCC) to a customer, Alice, who you have already completed KYC on. You will store the JWT representing the KCC in Alice’s Decentralized Web Node so that she can present it to your business from any payment app.

Preptember: Amping Up for Hacktoberfest 2024

· 6 min read
Tania Chakraborty

Preptember: Amping Up for Hacktoberfest 2024

With October blazing through, we're greeted by pumpkin spices, the aroma of fall leaves drifting in the rain, and of course, the much-anticipated Hacktoberfest. Whether you're a seasoned contributor or new to open source, there's something for everyone.

Open Standards at TBD

· 4 min read
Gabe Cohen

At TBD, we are committed to building a decentralized future where users have greater control over their data and organizations can interact in a more open, trustworthy, and secure way. Open standards are the foundation of this vision, enabling the seamless collaboration and interoperability across systems.

Everything we do at TBD is enabled and strengthened by open standards. Our most notable projects, Web5 and tbDEX, are deeply rooted in these open standards. The frameworks for decentralized identifiers (DIDs), verifiable credentials (VCs), and the protocols that facilitate their sharing form the backbone of our work.

7 Unexpected Ways Verifiable Credentials Are Used Today

· 7 min read
Rizèl Scarlett

7 Unexpected Ways Verifiable Credentials Are Used Today

"Verifiable Credentials seems niche. Only a small group of technologists would be interested in this," a conference attendee declared after I enthusiastically described my company's work in the Global Payments and Self-Sovereign Identity (SSI) ecosystem.

This comment gave me pause. Less than a year ago, I first encountered Verifiable Credentials (VCs) - a W3C standard for digital credentials that state specific facts about individuals, organizations, or entities. My initial reaction was similar to the conference attendee’s response. However, after interviewing SSI builders on a weekly livestream, my perspective changed dramatically.

While VCs are relatively new and primarily explored by SSI enthusiasts, their benefits extend far beyond this group. Many of the services and products you use today already rely on them – even if you don't realize it.

From healthcare to content creation, finance to travel, VCs are changing how we share and verify information. Here's a look at seven real-world applications of VCs that may surprise you:

Beyond Blockchain: How Web5 Enables Fully Decentralized Apps

· 9 min read
Chris Giglio

Beyond Blockchain: How Web5 Enables Fully Decentralized Apps

When blockchain technology was first introduced a decade and a half ago, it made the possibility of a decentralized web seem viable to a mass audience. Since then, blockchains have proven themselves to be a poor solution to the majority of data storage problems outside of bearer assets - i.e. Bitcoin - because blockchains grow continuously without any ability to delete data, which just doesn’t make sense for things like personal data. But ‘blockchain’ isn’t synonymous with decentralization, and just because a blockchain isn’t the best solution for personal data storage doesn’t mean your app can’t be decentralized.

tbDEX 1.0 Now Available

· 3 min read
Angie Jones

tbDEX 1.0 Now Available

The first major version of tbDEX, an open source liquidity and trust protocol, has been released! 🎉 SDK implementations of the protocol are available in TypeScript/JavaScript, Kotlin, and Swift enabling integration with Web, Android, and iOS applications.