Skip to main content

Build using MeshSDK

Complete development setup for building Midnight Network DApps using Mesh SDK.

Overview​

@meshsdk/midnight-setup provides a comprehensive toolkit for Midnight Network development.

This toolkit includes everything you need to build Midnight Network DApps:

  • @meshsdk/midnight-setup - Main npm package with API and types
  • packages/ui - Example React application
  • packages/cli - Command-line tools
  • packages/api - Core API implementation

Example repository midnight-setup

Key features​

  • Zero-knowledge privacy - Built for Midnight Network
  • TypeScript support - Full type safety
  • React hooks - Easy integration
  • Wallet integration - Lace Beta Wallet support
  • CLI tools - Development utilities

Project structure​

β”œβ”€β”€ packages/
β”‚ β”œβ”€β”€ api/ # Core API implementation
β”‚ β”œβ”€β”€ ui/ # React example app
β”‚ └── cli/ # Command-line tools
β”œβ”€β”€ compact/ # Smart contract source
└── README.md

Resources​