Skip to content

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

License

Notifications You must be signed in to change notification settings

minima-global/MiniDAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •