Skip to content

Commit

Permalink
feat: edit content
Browse files Browse the repository at this point in the history
  • Loading branch information
Anja Miscevic authored and AnjaMis committed Jul 25, 2024
1 parent f69e15b commit fda6cdc
Show file tree
Hide file tree
Showing 32 changed files with 816 additions and 1,200 deletions.
78 changes: 78 additions & 0 deletions docs/contribute/contribute.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
sidebar_position: 1
---

# Contribute

## Everyone is welcome to join Axone community!

To join the community and contribute, follow one of the links below:

import IconGithub from '/img/socials/github.inline.svg'
import IconLinkedin from '/img/socials/linkedin.inline.svg'
import IconDiscord from '/img/socials/discord.inline.svg'
import IconMedium from '/img/socials/medium.inline.svg'
import IconTwitter from '/img/socials/twitter.inline.svg'
import IconTelegram from '/img/socials/telegram.inline.svg'
import IconOKP4 from '/img/socials/logo-okp4-round.svg'

<div className="social_media">
<a
href="https://axone.xyz"
target="_blank"
rel="noreferrer"
className="socials_link website"
>
<IconOKP4 />
</a>

<a href="https://github.com/okp4" target="_blank" rel="noreferrer" className="socials_link github">
<IconGithub />
</a>

<a
href="https://discord.com/invite/okp4"
target="_blank"
rel="noreferrer"
className="socials_link discord"
>
<IconDiscord />

</a>

<a
href="https://www.linkedin.com/company/axone-protocol"
target="_blank"
rel="noreferrer"
className="socials_link linkedin"
>
<IconLinkedin />
</a>

<a
href="https://blog.okp4.network"
target="_blank"
rel="noreferrer"
className="socials_link medium"
>
<IconMedium />
</a>

<a
href="https://t.me/okp4network"
target="_blank"
rel="noreferrer"
className="socials_link telegram"
>
<IconTelegram />
</a>

<a
href="https://twitter.com/axonexyz"
target="_blank"
rel="noreferrer"
className="socials_link twitter"
>
<IconTwitter />
</a>
</div>
7 changes: 0 additions & 7 deletions docs/contribute/overview.mdx

This file was deleted.

111 changes: 40 additions & 71 deletions docs/faq/faq.md

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,13 @@ hide_table_of_contents: true

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.
Data, algorithms, storage, compute, APIs… Anything on-chain and off-chain can be shared.

## The protocol
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 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.

- solves the trust issue related to digital resource sharing <br/>
- 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/>

After 4+ years of strategy, research and development, Axone is almost ready to become the foundation for a scalable Open Dataverse, unlocking a new wave of use cases through real-world decentralized coordination. Our team & community is building a set of tools at the infrastructure, protocol, data and application layers with UX, interoperability, privacy and security in mind, ready to ignite innovation through data sharing.

<div class="docs-card-container">
<div class="row row-cols-1 row-cols-md-2a g-3">
<div class="col">
Expand Down
8 changes: 1 addition & 7 deletions docs/introduction/ai-factory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ import * as quiz from './ai-factory-quiz.json'

# AI Factory: A Use Case Unveiling

<i>Reading time: {readingTime} min</i>

In the previous section, we highlighted the target audience of the protocol using concise examples. To delve deeper into the power of this protocol, this section will examine the underlying motivations for its creation through more detailed and concrete case studies.

## Context

The rapid development of AI models redefines the boundaries of what is possible in many fields. Increasingly, the ability to use existing open-source models or create one's own AI models to meet specific needs is becoming accessible to everyone.
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.

The swift adoption by users of applications such as ChatGPT has catalyzed innovations in fundamental model architectures and other techniques. Today, many small and medium-sized technology companies, individuals, and researchers are working on new ML models or improving existing ones.

Expand Down
66 changes: 0 additions & 66 deletions docs/introduction/consume-resources-quiz.json

This file was deleted.

22 changes: 0 additions & 22 deletions docs/introduction/overview.mdx

This file was deleted.

2 changes: 0 additions & 2 deletions docs/introduction/protocol-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sidebar_position: 7

# Protocol concepts

<i>Reading time: {readingTime} min</i>

This section will provide an in-depth analysis of the core principles that form the protocol's foundation and how it presents an innovative solution to sharing digital resources by leveraging these principles. It's important to note that these concepts are often intertwined and mutually reliant to ensure the equilibrium of the protocol.
We will also begin to address some essential technical components, such as smart contracts. We will delve deeper into these aspects in the second part of the academy.

Expand Down
98 changes: 0 additions & 98 deletions docs/introduction/resources-quiz.json

This file was deleted.

Loading

0 comments on commit fda6cdc

Please sign in to comment.