Skip to content

Pfed-prog/Ceramic_Unstoppable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

image

The app is available on https://ceramic-unstoppable.vercel.app/

YouTube Video

The write-up is also available on my blog: https://dspyt.com/simple-app-with-ceramic-data-model-and-unstoppable-domains/

Overview of the App

Ceramic allows users to have complete ownership over their data by providing decentralized technologies for authentication and data storage.

In this tutorial we set up an application to interact with JS HTTP Client through a public Ceramic node. In addition we create a deterministic Ceramic Tile and resolve an unstoppable domain which we store in the decentralized profile of the user.

Requirements

Node.js v14 and npm v6: https://developers.ceramic.network/build/javascript/http/

Libraries

  • @ceramicnetwork/stream-tile
  • @ceramicnetwork/3id-did-resolver
  • @3id/connect
  • dids
  • @unstoppabledomains/resolution
  • near-api-js

Additional Resources

Unstoppable Domains Docs

Ceramic Developers Quickstart

Ceramic Tutorials