minima-global / awesome-minima

Tutorials and code snippets for devs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorials: Minima in action

Please read before starting your tutorial.

Tutorials will be open-source and used by developers learning to building on Minima.

How to be rewarded for your Tutorial

The Developer Grants Program rewards developers (in $MINIMA coins) for writing Minima code tutorials that can be used when creating MiniDapps.

  1. Register as a community developer by completing the survey in the #developer-surveys channel in our Discord channel. (You will need to give yourself the community-developer role from the #role-picker channel).
  2. Select a Tutorial from the Open Issues. These are the only Tutorials we will accept for Rewards.
  3. Write your Tutorial following the guidance below.
  4. Submit a link to your tutorial to grants@minima.global for review
  5. If your Tutorial meets the required standard, we will contact you about your reward which will be issued via a SAFT agreement

Tutorials can be written or recorded on video with bonus rewards available for submitting both written and video versions.

Rewards will vary based on complexity and quality (between 200-2000 $MINIMA).

PLEASE NOTE: WE ARE UNABLE TO ISSUE REWARDS TO INDIVIDUALS IN OFAC SANCTIONED COUNTRIES.

Example

Please review this example:

Simple Transaction Tutorial

Guidance

  1. Please ensure your tutorial is written in clear English, please request assistance from a fluent English speaker if you need help.
  2. Your tutorial should be submitted as a markdown (.md) file with the structure as detailed below
  3. They should be complete, easy to follow and well commented.

Title

A short, descriptive title.

Purpose

Explain the purpose and use case of the tutorial.
What will the code do and what are the potential use cases for it?

You will learn

In this tutorial you will learn:

  • How to..
  • How to..
  • How to..

Pre-requisites

Are there any other tutorials that should be completed before this?
How many nodes are required to complete the tutorial?
Should they have some test Minima to be able to complete the tutorial? Are there any dependencies on other libraries e.g. mds.js, service.js?

Tutorial

The tutorial should have clear step by step instructions with commented code snippets.
Code should be contained in code blocks.
See https://www.markdownguide.org/cheat-sheet/ for help.

Tags

Please provide a list of tags which are relevant to your tutorial, selecting from the following:
Beginner/Intermediate/Advanced
On-chain
Off-chain
Minima (Layer 1)
Maxima
Omnia (Layer 2)
Transaction
Custom Tokens
NFTs
MiniDapp
Smart-Contract
Script

About

Tutorials and code snippets for devs

License:Apache License 2.0


Languages

Language:JavaScript 88.6%Language:HTML 11.4%