Skip to content

basakbabies/meroku

 
 

Repository files navigation

MerokuDAO

Meroku is the world's first community-owned omnichain dapp store. We are trying to remove redundant costs which exist in web2 (eg. cloud hosting ) and centralised authorities who control access and define their own rules to stop dapp developers from innovating. We feel the future will be self-hosted dapp stores with complete transparency. This framework is the start of that journey, please join us and help create a more open and secure web3.

Please note: We don't have a website or any token. This repo is only official spot.

Benefits:

  • It allows you (the user) to install and run dApps locally. Complete trust and security + self hosting.
  • It allows you (the developer of dApp) to distribute it to a huge audience without hosting anywhere.

Prerequisites

Docker Desktop is required. Install Docker Desktop

Usage (for users)

Add an app

node -r ts-node/register src/app.ts add <repoUrl> <name>

Adds a public git repo hosted at repoUrl with the name name to local hosting.

Start an app

node -r ts-node/register src/app.ts start <name>

Stop an app

node -r ts-node/register src/app.ts start <name>

Repos with which this can be tried

For Developers

In order to make your repo compatible with Meroku, you will need to add a file called Selfhosting and specify an appropriate environment file. The details of both are given below.

  1. Selfhosting file Spec
  2. Environment Variables

Contributing

Community Guidelines Coming Soon.

Roadmap

Check out the roadmap.

About

A community owned dApp store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.1%
  • Liquid 4.4%
  • Shell 0.5%