A collection of development tools for building MiniDapps on the Minima Blockchain.
This monorepo contains the following packages:
mds
- Core TypeScript library for building type-safe MiniDappscreate-minima-app
- CLI tool for scaffolding new MiniDapp projectsminima-cli
- Development CLI for managing MiniDapps
Create a new MiniDapp project with:
# npm
npx @minima-global/create-minima-app init
or use typescript with MDS
npm install @minima-global/mds
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
We welcome contributions! Please see our Contributing Guide for details on how to get started.
If you find these tools helpful, please consider giving this repository a star! It helps others discover these resources.