Skip to content
Open
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
4 changes: 2 additions & 2 deletions core-concepts/architecture/data_accessibility_layer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: 'Data Accessibility Layer'
- Data Providers: Provide On-Chain or Off-Chain data
- Data Consumers: Consumers like LLM / Developers / Data Engineer and so on.
- SCP: Storage-Based Consensus Paradigm. This is how the dataset is being proved.
- CDC(Changelog): Change Data Capture. Data stored permanently in Arweave, like changelog which generated by CDC.
- CDC(Changelog): Change Data Capture. Data stored permanently in Arweave, like changelog generated by CDC.
- Dataset: Data set which is stored in any database or file system. It can be accessed directly by the data consumer through API / SQL / Sync.
- Data Manifest: Data manifest is a metadata file that contains the information about the dataset.

Expand Down Expand Up @@ -65,4 +65,4 @@ All verified Raw Data is immutably and persistently stored on Arweave. Manuscrip

In summary, Chainbase Network stands out by leveraging advanced technologies like Zero-Knowledge Proof(ZKP) and a Storage-Based Consensus Paradigm(SCP) to ensure data integrity and reliability. With decentralized and immutable storage on Arweave, and Manuscript for data processing, Chainbase Network offers robust data verification, seamless data services, and unparalleled data freshness.

This decentralized data lakehouse establishes Chainbase Network as a leader in secure and efficient data management.
This decentralized data lakehouse establishes Chainbase Network as a leader in secure and efficient data management.
2 changes: 1 addition & 1 deletion core-concepts/manuscript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "Manuscript"

Historically, alchemists often had formula books, also known as "alchemical manuscripts". These books contained recipes, procedures, and philosophical musings on turning base metals into gold, creating elixirs for immortality, and other transformative processes. The contents were typically written in cryptic and symbolic language to keep the knowledge secretive and exclusive.

Now, the datasets in the Chainbase Network is like base metals, and the alchemists (developers) can use Manuscripts to process this data, extracting greater value from the existing data.
Now, the datasets in the Chainbase Network are like base metals, and the alchemists (developers) can use Manuscripts to process this data, extracting greater value from the existing data.

![death spiral](../images/manuscripts_overview.png)

Expand Down
2 changes: 1 addition & 1 deletion essentials/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To denote a `word` or `phrase` as code, enclose it in backticks (`).

### Code Block

Use [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) by enclosing code in three backticks and follow the leading ticks with the programming language of your snippet to get syntax highlighting. Optionally, you can also write the name of your code after the programming language.
Use [fenced code blocks](https://www.markdownguide.org/extended-syntax/#fenced-code-blocks) by enclosing code in three backticks and following the leading ticks with the programming language of your snippet to get syntax highlighting. Optionally, you can also write the name of your code after the programming language.

```java HelloWorld.java
class HelloWorld {
Expand Down
2 changes: 1 addition & 1 deletion platform/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to Chainbase Data Platform docs. All-in-one web3 data infrastructure for

Chainbase Data Platform is an all-in-one data infrastructure for Web3 that allows you to index, transform, and utilize large-scale on-chain data. It is a platform that provides a suite of tools and services to help you build, manage, and scale your Web3 applications.

By leveraging enriched on-chain data and streaming computing technologies accross one data infrastructure, Chainbase Data Platform automates the indexing and querying of blockchain data, enabling developers to accomplish complex data tasks with ease.
By leveraging enriched on-chain data and streaming computing technologies across one data infrastructure, Chainbase Data Platform automates the indexing and querying of blockchain data, enabling developers to accomplish complex data tasks with ease.

## Products & Features

Expand Down