Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

desmos-labs/mooncake

Repository files navigation

Cover image

CircleCI Codecov

Introduction

Mooncake, which name derives from the homonym chinese bakery product, is a decentralized social application based on the Desmos blockchain.

It allows to post freely and anonymously any kind of message, and to see what all the users are writing without having to follow or be friend with anyone.

Everyone reads everything, but none knows who is who.

Are you ready to enter a new world of social networks?

Download

Downloads and documentation can both be found on the official website

Get it on Google Play Get it on Google Play

Screens

Login screen List screen Detail screen

Development

You can read more about the development on the official website.

Caveats

Syncing

As of today, the syncing of posts and reactions is performed once every 30 seconds.
This is due to avoid uploading or downloading new content too much quickly.

For users, this means that everything you do will stay on your device for 30 seconds. After that time, it will be sent to the chain and will be public.

Disclaimer

Some of the code inside this repo has been taken and adapted from the awesome Flutter Twitter clone project.