Skip to content

Introduction

Prerequisites

To access the tutorial code, clone the Paladin repository:

git clone https://github.com/LF-Decentralized-Trust-labs/paladin.git

Next Steps

The tutorials on this page provide an introduction to building on the Paladin platform. If you haven’t already, visit the Getting Started guide to familiarize yourself with running Paladin before proceeding with any of the tutorials below.

  • Hello World


    Begin with a simple “Hello World” example to get familiar with some of the basics.

  • Public Storage


    Explore fundamental SDK functionality for deploying and interacting with a publicly visible contract.

  • Private Storage


    Discover how to use Privacy Groups and keep contract data confidential among authorized members.

  • Notarized Tokens


    Learn how to issue, mint, and transfer tokens using Paladin’s Notarized Tokens domain.

  • Wholesale CBDC


    Implement a wholesale CBDC with zero-knowledge proof features for enhanced privacy and regulatory compliance.

  • Bond Issuance


    Understand how Notarized Tokens and Privacy Groups work together to model and manage a bond issuance process.