Skip to content

Commit 455efbb

Browse files
authored
docs(edits): up-to-date + remove legacy docs (#4513)
2 parents d69900f + 49941c7 commit 455efbb

File tree

80 files changed

+89
-1434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+89
-1434
lines changed

Diff for: docs/docs/concepts/definitions.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
### Actively Validated Services (AVSes)
44
A project or protocol that needs distributed validation and acquires said validation via restaking. Examples of AVSes are middleware services, layer 2 networks, bridges, data layers, and dApps.
55

6-
### Composable Virtual Machine (CVM)
7-
An orchestration language and execution runtime for cross-chain program execution and intents settlement that operates, specifically over IBC.
8-
96
### Cross-Domain Maximal Extractible Value (MEV)
107
The maximum value that can be captured from arbitrage transactions executed in a specified order across multiple domains. See: Maximal Extractible Value.
118

@@ -24,7 +21,7 @@ Lightweight, trustless mechanisms for verifying the state of the counterparty bl
2421
### Maximal Extractible Value (MEV)
2522
The maximal value extractable between one or more blocks, given any arbitrary re-ordering, insertion or censorship of pending or existing transactions (as defined by Obadia et al., 2021).
2623

27-
### Multichain-Agnostic Normalized Trust-Minimized Intent Settlement (MANTIS)
24+
### Multichain-Agnostic Normalized Trust-Minimized Intent Settlement ([Mantis](https://mantis.app/))
2825
A vertically integrated, optimized intents settlement framework with expression, execution, and settlement.
2926

3027
### Operators

Diff for: docs/docs/concepts/ibc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The IBC protocol is maintained by the [Interchain Foundation](https://interchain
9898

9999
Introduced in 2019, IBC was integrated into the Cosmos SDK in 2021. Presently, over 107 chains are interconnected, with IBC facilitating a volume of more than 5 billion USD as of December 2023, and [over 5 million token](https://mapofzones.com/home?columnKey=ibcVolume&period=24h) transfers between IBC-connected chains. These statistics underscore IBC's resilience over time and its ability to evolve its protocol to meet the needs of users and app-chains. Its widespread adoption and continued relevance within the Cosmos ecosystem have also garnered attention in the broader crypto community.
100100

101-
The requirements of implementing IBC are not restrictive in terms of the type of consensus algorithm, allowing it to connect various types of blockchains, such as those based on Cosmos typically powered by Tendermint/CometBFT, Ethereum-like networks, and Solana as well. Picasso's innovation is not limited to Cosmos but rather actively leveraging and extending the IBC protocol beyond Cosmos, pushing its boundaries beyond its original scope. **Picasso's approach involves establishing the IBC framework as the industry standard for cross-ecosystem communication.**
101+
The requirements of implementing IBC are not restrictive in terms of the type of consensus algorithm, allowing it to connect various types of blockchains, such as those based on Cosmos typically powered by Tendermint/CometBFT, Ethereum-like networks, and Solana as well. Picasso's innovation is not limited to Cosmos but rather actively leveraging and extending the IBC protocol beyond Cosmos, pushing its boundaries beyond its original scope. **Picasso's approach involves [establishing the IBC framework as the industry standard](https://medium.com/@Picasso_Network/ibc-as-the-end-game-of-bridging-a-comparison-analysis-on-trust-dcc01e0d9377) for cross-ecosystem communication.**
102102

103103
IBC supports asset transfers (fungible tokens, non-fungible tokens), generic message passing, cross-chain contract calls, cross-chain fee payments, interchain collateralization and more in a trust-minimized manner. The trust-minimized condition of IBC is due to the fact it is:
104104

Diff for: docs/docs/develop/codespaces.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ This gives us the following advantages:
1616
uses the same dependencies that have been defined in code, and are identical to the ones used in our CI pipelines.
1717
- If you come up with an improvement to our development experience, you can open a PR for it and then the entire team
1818
- can take advantage of it.
19-
20-
Let's [get started with Codespaces!](./codespaces/getting-started.md)

Diff for: docs/docs/develop/collator-guide.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ To see logs, run:
8787
sudo docker logs -f $(sudo docker ps |grep composable|awk '{print $1}')
8888
```
8989

90-
The latest version of the application can be found at [Docker hub] or [Composable releases].
91-
92-
[Docker hub]: https://hub.docker.com/r/composablefi/composable/tags
93-
94-
[Composable releases]: (https://github.com/ComposableFi/composable/releases/)
90+
The latest version of the application can be found at [Docker hub](https://hub.docker.com/r/composablefi/composable/tags) or [Composable releases](https://github.com/ComposableFi/composable/releases/).
9591

9692
This configuration will pass the key into the Composable application at startup. Verify that it is being used by checking the log for:
9793

Diff for: docs/docs/develop/cosmwasm-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Composable Cosmwasm CLI is a CLI tool to quickly get started with the ecosystem and interact with a chain that runs `pallet-cosmwasm`. In this guide, we will show you how to run the CLI on a local Picasso network and Picasso Rococo.
44

55
:::info
6-
Picasso Rococo is a testnet (test network) for [Picasso](../networks/picasso-parachain-overview.md). It allows developers to experiment, test runtime module deployment, and refine their applications to ensure the stability and compatibility of new features before deploying on Picasso mainnet by interacting with the [Rococo Relay Chain](https://polkadot.network/blog/rococo-revamp-becoming-a-community-parachain-testbed/).
6+
Picasso Rococo is a testnet (test network) for Picasso. It allows developers to experiment, test runtime module deployment, and refine their applications to ensure the stability and compatibility of new features before deploying on Picasso mainnet by interacting with the [Rococo Relay Chain](https://polkadot.network/blog/rococo-revamp-becoming-a-community-parachain-testbed/).
77
:::
88

99
## Setting up the development environemnt

0 commit comments

Comments
 (0)