Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.84 KB

README.md

File metadata and controls

70 lines (48 loc) · 1.84 KB

Minima Dev-tools

A collection of development tools for building MiniDapps on the Minima Blockchain.

Packages

This monorepo contains the following packages:

  • mds - Core TypeScript library for building type-safe MiniDapps
  • create-minima-app - CLI tool for scaffolding new MiniDapp projects
  • minima-cli - Development CLI for managing MiniDapps

Getting Started

Create a new MiniDapp project with:

# npm
npx @minima-global/create-minima-app init

or use typescript with MDS

npm install @minima-global/mds

Documentation

Development

This repository uses pnpm for package management and Turborepo for build orchestration.

# Install dependencies
pnpm install

# Start development mode
pnpm dev

# Run tests and linting
pnpm ci

Contributing

We welcome contributions! Please see our Contributing Guide for details on how to get started.

Community

Support

If you find these tools helpful, please consider giving this repository a star! It helps others discover these resources.