You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-1
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,34 @@ description: Welcome to the Anoma Developer Documentation!
5
5
6
6
# Overview
7
7
8
-
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.
8
+
Anoma is a **distributed operating system** for building intent-centric applications. By enabling generalized intents across the Ethereum ecosystem and beyond, Anoma makes a more user-friendly, app-centric future possible for Web3.
9
+
10
+
## The next generation of dApps is intent-centric.
11
+
12
+
Anoma introduces a new way to build apps for Ethereum based not on VM transactions but on intents: the outcomes users want to achieve. This greatly simplifies the user experience and enables a new era of fully expressive, truly scalable dApps.
13
+
14
+
## Build with intention.
15
+
16
+
Focus on your app and outsource the complexity of multichain infrastructure to Anoma. Build once and access users, state, and settlement on any underlying chain with a single deployment.
17
+
18
+
***User-centric**\
19
+
Build apps that better serve your users. Put your users in control by allowing them to clearly state their preferences, abstracting away the complexities of underlying infrastructure, and creating more human-friendly interfaces.
20
+
***Unified & composable**\
21
+
Write one app that just works everywhere. Connect to existing liquidity and users on any underlying chain. Anoma defragments the multichain ecosystem, enables intent-level composability, and eliminates the headache of navigating different chains. 
22
+
***Plug-and-play**\
23
+
Get maximum flexibility with generalized intents and eliminate the need for any additional specialized components or infrastructure. Get to market faster and reduce maintenance overhead with plug-and-play counterparty discovery, solving, and settlement.
24
+
***Scale-free**\
25
+
Scalability is no longer a constraint. Anoma introduces a novel, scale-free approach to scalability, eliminating the need to do everything on chain. Leverage distributed data and compute for the ultimate scalability, efficiency, and cost effectiveness. Anoma apps can scale as much as the laws of physics allow.
26
+
27
+
## Intent-Centric Dapps
28
+
29
+
Anoma enables not just better apps, but new types of apps. Generalized intents bring full expressivity to the world of decentralized applications, so you can build arbitrary applications that don’t feel like the typical blockchain UX.
Copy file name to clipboardExpand all lines: build/anoma-app-examples/simplecounter.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The following outlines the basics of the SimpleCounter example application. The
10
10
11
11
## Prerequisites
12
12
13
-
Before creating the SimpleCounter application, make sure to have [Juvix installed](../../further-resources/advanced/juvix/install-juvix.md). Also consider looking at [Your First Anoma dApp](../your-first-anoma-application.md) for some introductory explanations.
13
+
Before creating the SimpleCounter application, make sure to have [Juvix installed](../../further-resources/juvix/install-juvix.md). Also consider looking at [Your First Anoma dApp](../your-first-anoma-application.md) for some introductory explanations.
Copy file name to clipboardExpand all lines: build/getting-started.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To install Juvix:
31
31
brew install juvix
32
32
```
33
33
34
-
You can also install Juvix from binaries or from source, as detailed on the [Install Juvix](../further-resources/advanced/juvix/install-juvix.md) page.
34
+
You can also install Juvix from binaries or from source, as detailed on the [Install Juvix](../further-resources/juvix/install-juvix.md) page.
Copy file name to clipboardExpand all lines: build/your-first-anoma-application.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ description: >-
9
9
10
10
## Prerequisites
11
11
12
-
Before creating your first Anoma dApp, make sure to have [Juvix installed](../further-resources/advanced/juvix/install-juvix.md).
12
+
Before creating your first Anoma dApp, make sure to have [Juvix installed](../further-resources/juvix/install-juvix.md).
13
13
14
-
Additionally, you can learn how [write a Juvix project](../further-resources/advanced/juvix/write-a-juvix-project.md) to nail the very basics of coding in Juvix.
14
+
Additionally, you can learn how [write a Juvix project](../further-resources/juvix/write-a-juvix-project.md) to nail the very basics of coding in Juvix.
0 commit comments