Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

AbstractGoods/udn-ethglobal-waterloo-2023

Repository files navigation

Unified Data (Network) Concept Demo

This demo was created for the ETHGlobal Waterloo 2023 hackathon and is intended to illustrate a way of building apps on top of a unified data network composed of schema-defined datasets.

Instead of creating a p2p network, this demo simply relies on Arweave for p2p storage of datasets. The goal of this demo is to show how datasets are defined and used to build decentralized apps to serve a variety of use cases. Building apps in this way will enable developers to leverage existing data sets across chains, published to an offchain network, such as Arweave. In the future this may be combined with p2p networking and set reconciliation to enable even more lightweight operation with a wider range of trade-offs. The current demo relies on Arweave for this, but there are likely to be other use cases where more ephemeral storage of datasets is preferable. Farcaster is a good example of such a use case.

In conclusion, I hope to show with this demo, how building offchain allows developers to make a wider range of trade-offs while incorporating elements of blockchain and cryptography where needed to acheive the guarantees required for their use case.


This is a wagmi + RainbowKit + Next.js project bootstrapped with create-wagmi

Getting Started

Run npm run dev in your terminal, and then open localhost:3000 in your browser.

Once the webpage has loaded, changes made to files inside the src/ directory (e.g. src/pages/index.tsx) will automatically update the webpage.

Learn more

To learn more about Next.js or wagmi, check out the following resources:

About

Hack on Unified Data Network concept for ETHGlobal Waterloo 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published