In this learning pathway, you will learn to draft an Accord Project smart contract template. You’ll create a complete “Hello World” template by working through three modules that cover the core concepts of template development.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/accordproject/template-playground/llms.txt
Use this file to discover all available pages before exploring further.
What you’ll learn
This learning pathway consists of three progressive modules:Module 1: Concerto models
Create a Concerto model to define the data structure for your template
Module 2: TemplateMark templates
Draft a TemplateMark template with dynamic variables
Module 3: Data binding
Generate and bind JSON data to your template
Prerequisites
Before starting this learning pathway, you should:- Have basic understanding of JSON data structures
- Be familiar with template concepts
- Have access to the Accord Project Template Playground
Learning approach
Each module builds on the previous one, so you should complete them in order. The modules use a hands-on approach where you’ll:- Follow step-by-step instructions
- Write code directly in the playground editors
- See immediate results as you build your template
Next steps
Ready to get started? Begin with Module 1: Concerto models to define your first data model.Additional resources
Concerto documentation
Learn more about the Concerto modeling language and runtime
TemplateMark specification
Dive deeper into TemplateMark syntax and capabilities