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