moo

Say Moo is a smart contract demo on a sovereign rollup built on Celestia to provide data availability and consensus, leveraging Ethermint with RollKit as the execution environment.

APACHE-2.0 License

Stars
3

Say Moo dot LOL

This is the repository for Say Moo.

Contracts can be found in the contracts directory, and the frontend in frontend.

Getting Started

First, DM me at @JoshCStein or joshcs.lens with your Ethereum wallet address to receive EMT tokens.

Then, you will need to connect your Ethereum wallet below to the Ethermint Sovereign Rollup to display the posts from the smart contract and post a "moo". You only need EMT to post -- sign in with your Ethereum wallet, switch to the chain of the rollup, and click "Load Moos" to see how many moos there have been before you decided to moo.

Nice, what's going on under the hood?

Say Moo dot LOL is built with Celestia, RollKit, & Ethermint.

Say Moo is a smart contract demo on a sovereign rollup built on Celestia to provide data availability and consensus, leveraging Ethermint with RollKit as the execution environment.

This allows users to securely create and share Moos on the blockchain without the need for a centralized server or authority.

This application is deployed on IPFS and can be accessed through ENS (saymoo.eth) or DNS. Even the moo is on IPFS lol. Read more here

Developing this site yourself

# clone the repository
git clone https://github.com/jcstein/moo.git

# CD into directory, and frontend
cd moo/frontend

# Install dependencies
yarn

# Develop site locally
yarn dev

Adding your contributions

This site was built with a mix of the Ethermint with Rollkit tutorial and Celestia's Full Stack Modular Blockchain Development Guide. The smart contract on this dapp was deployed with Foundry.

If you would like to contribute to this repository, please submit an issue and open a pull request with your changes for the issue.