Skip to content

PritamP20/Streamer.fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamer.fun


Logo

StreamerChain

A multichain NFT marketplace and prediction platform for streamers, powered by Kadena’s scalable Proof of Work architecture.
Explore the docs »

View Demo · Report Bug · Request Feature


About the Project

Kadena has gone EVM — and StreamerChain is our multichain dApp built to showcase the power of Kadena’s Chainweb architecture.

StreamerChain is a decentralized platform where:

  • Streamers mint and sell time-bound NFTs.
  • Users trade assets in a decentralized marketplace.
  • Communities participate in Yes/No prediction markets.
  • AI moderators ensure safe and reliable interactions.

Unlike traditional single-chain dApps, StreamerChain runs across five Kadena chains, enabling seamless cross-chain transactions without compromising security or decentralization.


Protocol Usage

Kadena

  • Core blockchain layer handling contract deployments and multichain operations.

  • Four contracts deployed across 5 Kadena chains:

    1. StreamerNFT – mint and manage NFTs.
    2. Marketplace – decentralized asset trading.
    3. Yes/No Contract (PlymarketContract) – prediction market logic.
    4. ModeratorContract – governance and moderation.
  • Scaffold plugin ensures smooth multi-chain interactions.

0G & Hedera

  • On 0G testnet, we deployed a RAG contract and used its storage system to store moderator AI data.
  • Due to limited testnet features, we integrated Hedera as an alternative AI backend, deploying contracts on the Hedera testnet for moderation features.

Prize Fit

🔀 Best Multichain Build on Chainweb

  • Demonstrates Chainweb’s multichain power with one dApp running across 5 Kadena chains.
  • Cross-chain consistency via Scaffold plugin.
  • Clear developer documentation and tooling.

🚀 Most Innovative dApp or Integration

  • Unique mix of streaming, NFTs, marketplaces, and prediction markets.
  • External integration with Hedera AI moderation.
  • Optimized for scaling and low-fee adoption on Kadena.

🌐 Best Institutional / RWA Use Case

  • ModeratorContract aligns with compliance-focused governance.
  • Potential adoption by streaming platforms and digital communities.
  • Resilient enterprise-grade multi-chain architecture.

Built With

  • Kadena – Multichain PoW Layer 1
  • 0G – RAG contract & decentralized storage
  • Hedera – AI moderation backend
  • React – Frontend framework
  • Node.js – Backend runtime
  • Express.js – API server

Getting Started

To set up the project locally, follow these steps:

Prerequisites

Install npm if not available:

npm install npm@latest -g

Installation

  1. Clone the repository

    git clone https://github.com/your_username/streamerchain.git
  2. Navigate into the folder

    cd streamerchain
  3. Install dependencies

    npm install
  4. Configure environment variables in .env (API keys, Kadena chain settings, etc.)


Usage

  • Deploy contracts on Kadena using Hardhat + Scaffold.

  • Deploy RAG contract on 0G testnet.

  • Deploy moderator contracts on Hedera testnet.

  • Run the frontend locally:

    npm run dev

Roadmap

  • Mainnet deployment on Kadena
  • Native AI moderation via 0G production network
  • DAO governance for ModeratorContract
  • Streamer analytics & community features
  • Mobile app support

See the open issues for more.


Contributing

Contributions are welcome!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.


Contact

Your Name@your_twitteremail@example.com

Project Link: https://github.com/your_username/streamerchain


Acknowledgements


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors