Welcome to the Azure Confidential Ledger (ACL) Sample Applications repository! This repository is dedicated to providing a collection of sample applications designed to help developers learn, understand and develop applications that can be deployed on Azure Confidential Ledger service.
Azure Confidential Ledger (ACL) is a secure and tamper-proof ledger service that leverages the power of Azure's confidential computing capabilities. It ensures the integrity and confidentiality of your data, making it an ideal solution for scenarios that require high levels of security and trust.
In this repository, you will find a variety of sample applications that demonstrate how to develop and deploy applications targeting the Azure Confidential Ledger service. Each sample includes detailed instructions and code examples to help you get started quickly.
To build and run these sample applications locally, you'll need the following tools installed:
-
Node.js (version 16 or higher)
- Download from nodejs.org
- Verify installation:
node --version
-
npm (comes with Node.js)
- Verify installation:
npm --version
- Verify installation:
-
Bash shell (for running test scripts)
- Linux/macOS: Available by default
- Windows: Use Git Bash (comes with Git for Windows), WSL (Windows Subsystem for Linux), or similar
-
Make (for running Makefiles)
- Linux: Usually pre-installed, or install via
apt-get install make(Debian/Ubuntu) oryum install make(RHEL/CentOS) - macOS: Install via Xcode Command Line Tools:
xcode-select --install - Windows: Install via Chocolatey:
choco install make, or use WSL
- Linux: Usually pre-installed, or install via
-
OpenSSL (for certificate generation)
- Linux: Usually pre-installed, or install via
apt-get install openssl(Debian/Ubuntu) - macOS: Pre-installed
- Windows: Available via Git Bash, or install from slproweb.com/products/Win32OpenSSL.html
- Verify installation:
openssl version
- Linux: Usually pre-installed, or install via
-
curl (for API testing)
- Linux: Usually pre-installed, or install via
apt-get install curl(Debian/Ubuntu) - macOS: Pre-installed
- Windows: Available in Windows 10+ by default, or via Git Bash
- Verify installation:
curl --version
- Linux: Usually pre-installed, or install via
-
Azure CLI (for deploying and managing Azure resources)
- Install from docs.microsoft.com/cli/azure/install-azure-cli
- Verify installation:
az --version - Login to Azure:
az login
- Git (for cloning the repository)
- Download from git-scm.com
- An active Azure subscription
- Permissions to create and manage Azure Confidential Ledger instances
- Permissions to create and manage resource groups
The quickest way to build and run sample applications is to checkout this repository locally in its development container by clicking:
All dependencies will be automatically installed (takes ~2 mins on first checkout).
Alternatively, if your organisation supports it, you can checkout this repository in a Github codespace:
Please choose a sample to learn more.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.