Skip to content

Commit

Permalink
feat: add getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjaMis committed Aug 6, 2024
1 parent 053d478 commit 6be8b23
Show file tree
Hide file tree
Showing 49 changed files with 91 additions and 649 deletions.
2 changes: 1 addition & 1 deletion docs/connector/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Connectors",
"position": 5
"position": 6
}
5 changes: 1 addition & 4 deletions docs/connector/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ sidebar_position: 1

# Connectors

Introduction
S3
Jackal
Create your own
Work in Progress ⚙️
2 changes: 1 addition & 1 deletion docs/create-ecosystem/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Create an Ecosystem",
"position": 2
"position": 3
}
2 changes: 1 addition & 1 deletion docs/create-ecosystem/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sidebar_position: 1

# Create an Ecosystem

Helloworld
Work in Progress ⚙️
4 changes: 4 additions & 0 deletions docs/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Getting Started",
"position": 1
}
5 changes: 5 additions & 0 deletions docs/getting-started/introduction/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"position": 2,
"label": "Intro to Axone",
"collapsible": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
sidebar_position: 9
---

import Quiz from 'react-quiz-component'
import * as quiz from './ai-factory-quiz.json'

# AI Factory: A Use Case Unveiling

The rapid development of AI models redefines the boundaries of what is possible in many fields. The ability to use existing open-source models or create one's own AI models to meet specific needs is becoming accessible to everyone.
Expand Down Expand Up @@ -213,5 +210,3 @@ It focuses on enhancing the transparency of AI models by providing explanations
### Dimensionality Reduction Tools Zone

This Zone can facilitate the management of complex datasets by reducing their dimensionality. Contributors collaborate to apply reduction techniques while preserving essential information.

<Quiz quiz={quiz} />
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ As a decentralized orchestration layer for off-chain resources, Axone must ensur
- Interpret the rules to ensure the law enforcement
- Execute workflow and orchestrate the resources according to the rules

In [Rules](https://docs.okp4.network/introduction/rules) section, we describe how the protocol allows you to **define and enforce any customized rules**.
In [Workflows](https://docs.okp4.network/introduction/workflows) section, we describe how the protocol **orchestrates the resources according to the rules**.
In [Rules](https://docs.okp4.network/getting-started/introduction/rules) section, we describe how the protocol allows you to **define and enforce any customized rules**.
In [Workflows](https://docs.okp4.network/getting-started/introduction/workflows) section, we describe how the protocol **orchestrates the resources according to the rules**.

Here, we'll concentrate on how Axone enables its functionalities <u>**in the decentralized way**</u>.

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
sidebar_position: 8
---

import Quiz from 'react-quiz-component'
import * as quiz from './who-is-it-for-quiz.json'

# Who is it for?

Axone is often described as a protocol that enables sharing Anything as a Service under any Conditions. To illustrate the infinite possibilities opened up by the protocol, this section provides further examples of the intended audience for the protocol.
Expand Down Expand Up @@ -173,5 +170,3 @@ In exploring the various actors within the protocol, we observe that most are bo
The nuanced nature of Axone blurs the traditional boundaries between these roles. Entities seamlessly transition between these roles based on their context and specific objectives. As a protocol, Axone directly addresses builders and exploiters of digital resources, fostering a collaborative environment where each participant, specialized and competent in their domain, adds value to creating new knowledge.

It is not uncommon to witness entities functioning as providers in specific scenarios while assuming the role of consumers in others. This fluidity underscores the adaptability and versatility inherent in Axone. As we navigate this decentralized digital landscape, Axone emerges as a facilitator, providing a framework for a myriad of actors to engage, collaborate, and collectively contribute to generating innovative knowledge.

<Quiz quiz={quiz} />
File renamed without changes.
40 changes: 40 additions & 0 deletions docs/getting-started/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
sidebar_position: 1
---

# Overview

Explore the power of Axone by interacting with the protocol!

:::info

If you have never interacted with a Cosmos SDK world, you might want to check out these [guides](https://docs.okp4.network/tutorials/keplr-1) first to get familiar with Keplr and CLI before getting started with Axone.

:::

<div class="docs-card-container">
<div class="row row-cols-1 row-cols-md-2a g-3">
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a
href="/getting-started/introduction/resources"
class="card-title card-link stretched-link"
>
<h2>Intro to Axone</h2>
</a>
<p class="card-text">Find out more about Axone and its power, features and principles.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a
href="/getting-started/quickstart-guides/describe-resource"
class="card-title card-link stretched-link"
>
<h2>Quick start</h2>
</a>
<p class="card-text">Start interacting with the Axone protocol!</p>
</div>
</div>
</div>
</div>
5 changes: 5 additions & 0 deletions docs/getting-started/quickstart-guides/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"position": 3,
"label": "Quickstart Guide",
"collapsible": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ sidebar_position: 3

# Describe a resource

Now that you know what a DID and a Verifiable Credential are, and what they mean for the Axone protocol, let's put them into practice!

You're a digital resource provider and you want to share a dataset or a service. First, you need to describe your resource and register it in the Dataverse (i.e. in the Axone protocol).
Welcome to the Axone Quickstart Guide. In this guide, you'll learn how to interact with the Axone Protocol and harness its powerful features to manage and share AI resources effectively. We'll start by describing a resource—a fundamental step that allows you to define and register any digital asset within the Axone ecosystem. This process sets the foundation for resource governance, collaboration, and seamless integration into AI workflows. Let's begin by understanding how to describe a resource accurately to unlock the full potential of Axone Protocol.

Here are the 4 steps involved:

Expand Down
27 changes: 9 additions & 18 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ sidebar_position: 0
hide_table_of_contents: true
---

# About Axone
# Axone

Axone is a public [dPoS](https://en.bitcoinwiki.org/wiki/DPoS) layer 1 specifically designed for connecting, sharing, and monetizing any resources in the AI stack.
It is an open network dedicated to collaborative AI workflow management that is universally compatible with any data, model, or infrastructure.
## Driving Collaborative AI Innovation Together

Axone is built on the [Cosmos SDK](https://v1.cosmos.network/sdk) & [CometBFT](https://cometbft.com) consensus, and allows companies & individuals to define on-chain rules, share any off-chain resources & create a new generation of applications on top of them. With Axone, share anything digital, on your own terms. In a nutshell, Axone is:
Axone Protocol is a **decentralized orchestration protocol** designed to transform the AI landscape. By seamlessly connecting and sharing digital resources within the AI stack, Axone empowers AI startups, tech companies, and developers to innovate and create new AI applications.

- a solution for the trust issue related to digital resource sharing <br/>
- sovereign, scalable, multichain & fully customizable (built on Cosmos, leveraging IBC, ICQ & ICA) <br/>
- unlocking real-world value creation, bridging the gap between web2 & web3.<br/>
Axone enables collaborative AI workflow orchestration, compatible with **any data, model, or infrastructure**. Share data, algorithms, storage, compute, and APIs on-chain or off-chain, **under any conditions**. Customize access rights and sharing processes to meet your needs.

At its core, Axone is a decentralized layer fostering collaboration and innovation. Create custom environments with tailored rules, tokens, and governance mechanisms to incentivize resource sharing. Explore Axone to discover how you can drive AI advancements on your own terms. Dive into our documentation to get started.

<div class="docs-card-container">
<div class="row row-cols-1 row-cols-md-2a g-3">
Expand All @@ -28,18 +27,10 @@ Axone is built on the [Cosmos SDK](https://v1.cosmos.network/sdk) & [CometBFT](h
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/create-ecosystem/overview" class="card-title card-link stretched-link">
<h2>Builders</h2>
</a>
<p class="card-text">Get started by creating your own ecosystem.</p>
</div>
</div>
<div class="col">
<div class="card card-body h-100 d-flex flex-column">
<a href="/share-resources/overview" class="card-title card-link stretched-link">
<h2>Data Scientists</h2>
<a href="/getting-started/overview" class="card-title card-link stretched-link">
<h2>Quick Start</h2>
</a>
<p class="card-text">Get started as a Data Scientist by sharing your resources.</p>
<p class="card-text">Get started with Axone!</p>
</div>
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions docs/introduction/_category_.json

This file was deleted.

98 changes: 0 additions & 98 deletions docs/introduction/ai-factory-quiz.json

This file was deleted.

11 changes: 0 additions & 11 deletions docs/introduction/installation.md

This file was deleted.

83 changes: 0 additions & 83 deletions docs/introduction/who-is-it-for-quiz.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/nft-tutorial/_category_.json

This file was deleted.

Loading

0 comments on commit 6be8b23

Please sign in to comment.