https://github.com/pfed-prog/ceramic_unstoppable
https://github.com/pfed-prog/ceramic_unstoppable
ceramic npm unstoppable-domains
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfed-prog/ceramic_unstoppable
- Owner: Pfed-prog
- Created: 2021-10-17T19:45:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T03:39:01.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T10:28:03.136Z (over 1 year ago)
- Topics: ceramic, npm, unstoppable-domains
- Language: JavaScript
- Homepage: https://ceramic-unstoppable.vercel.app
- Size: 6.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

The app is available on https://ceramic-unstoppable.vercel.app/
[YouTube Video](https://youtu.be/IVo6tN8BpOY)
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](https://docs.unstoppabledomains.com/)
[Ceramic Developers Quickstart](https://developers.ceramic.network/build/javascript/quick-start/)
[Ceramic Tutorials](https://blog.ceramic.network/tag/tutorials/)