Skip to main content

Release Overview

Confidential Blockchain Development

Latest Releases

note

There is an issue with browser based dApps running on Testnet-02 which we are resolving. NodeJS dApps are not impacted by this.

RELEASE 0.8.0

Node

Node is a component of the blockchain infrastructure that interacts with the Midnight network to perform tasks such as syncing, validating transactions, and maintaining the chain state.

Go to Node Release Notes


RELEASE 3.7.5

Wallet

Midnight wallet is a digital wallet designed for the Midnight blockchain, enabling users to securely store private keys, manage assets, and interact with decentralized applications.

Go to Wallet Release Notes


RELEASE 1.2.5

Midnight Lace

Midnight Lace is a specific Web3 light wallet platform developed for Midnight, tailored to managing assets and interacting with DApps on the Midnight blockchain, as well as giving users control over their personal data.

Go to Midnight Lace Release Notes


RELEASE 0.14.0

Compact

Compact is Midnight's dedicated smart contract programming language, designed for building secure, efficient, and adaptable decentralized applications.

Go to Compact Release Notes


RELEASE 0.14.0

Faucet

Midnight faucet is a tool provided for developers to acquire free testnet tokens (tDUST) to experiment with Midnight DApps on the testnet.

Go to Faucet Release Notes


RELEASE 2.3.0

Indexer

Midnight Pub-Sub Indexer is a service that allows for real-time subscription and retrieval of blockchain data on the Midnight network.

Go to Indexer Release Notes


RELEASE 0.2.5

Midnight JS

Midnight.js is a client library designed to facilitate the development of decentralized applications on the Midnight blockchain.

Go to Midnight.js Release Notes


RELEASE 1.2.3

DApp Connector API

DApp Connector API allows decentralized applications (DApps) to request wallet access, verify authorization, and retrieve service URIs for interacting with the Midnight network.

Go to DApp Connector API Release Notes


RELEASE 1.2.3

Midnight Wallet API

Midnight Wallet API provides a comprehensive interface for wallet operations, defining the structure of the wallet state, the methods for interacting with it, and the types and variables used within.

Go to Midnight Wallet Release Notes


RELEASE 3.0.6

Ledger and Proof Server

Ledger and Proof Server is a component of the Midnight infrastructure that enables zero-knowledge proof generation, transaction verification, and privacy-preserving transaction processing.

Go to Midnight Ledger and Proof Server Release Notes


RELEASE 0.2.0

Midnight Example Applications

The Midnight example applications showcase different use cases and smart contract functionalities.

  • Bulletin Board DApp (bboard) – A simple one-item bulletin board where users can post and remove messages. A tutorial version (bboard-tutorial) is included, guiding developers through implementing missing components before reviewing the completed solution.
  • Counter DApp (counter) – A smart contract that maintains a publicly stored counter, allowing users to increment its value. This example covers contract development, testing, and deployment using Midnight’s tooling.

Link to related documentation