minima-global / MiniDAPP

Decentralised applications running on the Minima network. Unstoppable Layer 2 infra.

Home Page:https://minima.global/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniDapp

Minima blockchain applications.

This repo' contains simple demos and examples of what is possible with Minima using the MiniDapp system.

MiniDapp Config' File Layout

Below is an example MiniDapp configuration file (minidapp.conf):

{
	"name":"Awesome MiniDapp",
	"version": "0.1.0",
	"headline":"An awesome MiniDapp for doing awesome things",
	"description":"Awesome MiniDapp solves all sorts of difficult problems through awesomeness",  
	"lastKey": "0xC24CE1922768D5AD3A3B6AFE37EC3133A22D2E6A",
	"background":"./images/awesomeBackdrop.png",
	"icon":"./images/awesomeIcon.png",
	"category":"Lifestyle"
}
  • name: The MiniDapp's name,
  • version: The version of this MiniDapp (using semantic versioning)
  • headline: A brief description of the MiniDapp
  • description: A more detailed description of the MiniDapp
  • lastKey: The currently installed MiniDapp key (displayed by the MiniHub). This is used to support upgrading the MiniDapp - if upgrades do not need supporting (or if this is the first version), then this can be left as an empty string
  • background: The MiniHub background for this MiniDapp
  • icon: The MiniHub icon for this MiniDapp
  • category: The MiniDapp's category

About

Decentralised applications running on the Minima network. Unstoppable Layer 2 infra.

https://minima.global/

License:Apache License 2.0


Languages

Language:JavaScript 81.2%Language:CSS 7.3%Language:HTML 6.9%Language:SCSS 4.4%Language:Shell 0.1%Language:Java 0.0%