Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/developer/workshops/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Welcome, developers! These workshops introduce the IOTA tech stack end‑to‑en
- Apply the IOTA Trust Framework: decentralized identifiers (DIDs), verifiable credentials (VCs), and attestations to establish data integrity and interoperable trust.
- Build for impact: supply chains, IoT, fintech, and public sector use cases where verifiability and scalability matter.

Start with the core fundamentals, then layer in trust and identity to move from prototypes to production‑ready dApps.
Start with the core fundamentals, then layer in trust and identity to move from prototypes to production‑ready dApps.
42 changes: 18 additions & 24 deletions docs/content/sidebars/developer.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,30 +477,24 @@ const developer = [
},
items: [
{
type: 'category',
label: 'Core',
items: [
{
type: 'doc',
id: 'developer/workshops/core/I-introduction-to-smart-contracts',
label: 'Core I: Init and Deploy a Grants package',
},
{
type: 'doc',
id: 'developer/workshops/core/II-shared-objects-dynamic-fields-ptbs',
label: 'CoreII: Coordination with Shared Objects, Dynamic Fields, and PTBs',
},
{
type: 'doc',
id: 'developer/workshops/core/III-capabilities-state-tests',
label: 'Core III: Capabilities, Type-State, Abilities & Tests',
},
{
type: 'doc',
id: 'developer/workshops/core/IV-capstone-dapp-kit',
label: 'Core IV: Wrapping it up - Dapp',
},
],
type: 'doc',
id: 'developer/workshops/core/I-introduction-to-smart-contracts',
label: 'Core I: Init and Deploy a Grants package',
},
{
type: 'doc',
id: 'developer/workshops/core/II-shared-objects-dynamic-fields-ptbs',
label: 'Core II: Coordination with Shared Objects, Dynamic Fields, and PTBs',
},
{
type: 'doc',
id: 'developer/workshops/core/III-capabilities-state-tests',
label: 'Core III: Capabilities, Type-State, Abilities & Tests',
},
{
type: 'doc',
id: 'developer/workshops/core/IV-capstone-dapp-kit',
label: 'Core IV: Wrapping it up - Dapp',
},
{
type: 'doc',
Expand Down
Loading