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 3.0.6

Ledger

The ledger in Midnight is a public record of contract states and token states, consisting of Zswap’s cryptographic commitments and a mapping of contract addresses to their respective states.

Go to Node Release Notes


RELEASE 3.0.7

Proof Server

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

Go to Node Release Notes


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 2.3.0

Pub-Sub 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 1.0.0

Midnight Indexer

The Midnight Indexer is a set of components designed to optimize the flow of blockchain data from a Midnight node to end-user applications. It retrieves history of blocks, processes them, stores indexed data efficiently, and provides a GraphQL API for queries and subscriptions.

Go to Indexer Release Notes


RELEASE 1.2.5

Midnight Lace wallet

Midnight Lace wallet 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 Wallet Release Notes


RELEASE 3.7.5

Wallet SDK

Midnight Wallet SDK is the SDK of the 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 3.5.0

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 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 0.8.5

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 0.22.0

Compact Compiler

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

Compact compiler translates Compact smart contract code into executable bytecode and proof-generating circuits.

Go to Compact compiler 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 0.2.0

Example dApps

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.

Go to Example dApps Release Notes


RELEASE 0.2.13

VS Code Extension

The Visual Studio Code extension for Compact is a plugin that assists with writing and debugging smart contracts written in Midnight's Compact language.

Go to VS Code Extension Release Notes