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
Binary file added .gitbook/assets/account-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added .gitbook/assets/image (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added .gitbook/assets/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/resource-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/utxo-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
icon: hand-wave
description: Welcome to the Anoma Developer Documentation!
---

# Anoma Overview
# Overview

Welcome to the Anoma Developer Documentation!
This documentation offers both practical and theoretical insights into Anoma. You can start with hands-on programming guides but also dive deeper into concepts that illustrate the necessary understanding for what's powering the Anoma protocol.
18 changes: 16 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# Table of contents

* [Anoma Overview](README.md)
* [Overview](README.md)

## Build

* [Getting Started](build/getting-started/README.md)
* [Install Juvix](build/getting-started/install-juvix.md)
* [Your First Anoma Application](build/your-first-anoma-application/README.md)
* [Write a Juvix Project](build/your-first-anoma-application/write-a-juvix-project.md)
* [Configure a Juvix Package](build/your-first-anoma-application/configure-a-juvix-package.md)
* [Anoma App Examples](build/anoma-app-examples/README.md)
* [SimpleCounter](build/anoma-app-examples/simplecounter.md)
* [Installation Steps](build/installation-steps.md)

## LEARN

* [Test](docs/test.juvix.md)
* [What is Anoma?](docs/test.juvix.md)
* [Page](learn/page.md)
* [Anoma's State Model](learn/anomas-state-model.md)
* [Resources](learn/resources.md)

## Advanced

Expand Down
10 changes: 10 additions & 0 deletions build/anoma-app-examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
icon: vial
---

# Anoma App Examples

{% content-ref url="simplecounter.md" %}
[simplecounter.md](simplecounter.md)
{% endcontent-ref %}

Loading