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
- NPM Package: @meshsdk/midnight-setup
- Mesh SDK: meshjs.dev
- GitHub Repository: github.com/MeshJS/midnight-setup