diff --git a/README.md b/README.md index 728260bee4..e1e556a117 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,20 @@ -# Decentralized Data Delivery Network (D3N) +# BandChain - Decentralized Data Delivery Network -This repository is a [monorepo] containing the reference implementation of D3N and its various supporting tools. See below for the breakdown and explanation of each module. README for each of the modules. +This repository is a [monorepo] containing the reference implementation of BandChain and its various supporting tools. See below for the breakdown and explanation of each module. README for each of the modules. ## Table of Contents | Module | Description | | -------------------- | --------------------------------------------------------- | -| [`chain`](chain) | 🔗 D3N blockchain reference implementation | +| [`chain`](chain) | 🔗 BandChain blockchain reference implementation | | [`bridges`](bridges) | 📡 Lite client bridges on other smart contract platforms | | [`lambda`](lambda) | 👷‍♂️ AWS Lambda package for running data source executables | | [`owasm`](owasm) | 🔮 WebAssembly library for writing oracle scripts | | [`scan`](scan) | 🔍 Web interface to explore D3N network | -| [`spec`](spec) | 📖 D3N research and specification knowledge base | +| [`spec`](spec) | 📖 BandChain research and specification knowledge base | ## Running with Docker