浏览代码

copy adjustment

Tony Boyle 7 月之前
父节点
当前提交
3d5785d9a7
共有 2 个文件被更改,包括 1 次插入8 次删除
  1. 1 1
      src/pages/aura/index.md
  2. 0 7
      src/pages/aura/reading-solana-and-svm-data.md

+ 1 - 1
src/pages/aura/index.md

@@ -4,7 +4,7 @@ metaTitle: Overview | Aura
 description: High level overview of Aura, an integrated network for digital assets.
 description: High level overview of Aura, an integrated network for digital assets.
 ---
 ---
 
 
-Metaplex Aura is a data network that extends Solana and the Solana Virtual Machine (SVM).
+Metaplex Aura is an open source data network implementation that extends Solana and the Solana Virtual Machine (SVM).
 
 
 Decentralized applications struggle to compete with centralized alternatives because it can be difficult, costly and slow to read and display the current state of blockchain data. Aura solves these problems by complementing the SVM and MPL with a decentralized network of Aura nodes that performantly index asset data and provide real time data availability.
 Decentralized applications struggle to compete with centralized alternatives because it can be difficult, costly and slow to read and display the current state of blockchain data. Aura solves these problems by complementing the SVM and MPL with a decentralized network of Aura nodes that performantly index asset data and provide real time data availability.
 
 

+ 0 - 7
src/pages/aura/reading-solana-and-svm-data.md

@@ -12,13 +12,6 @@ Indexers and RPC providers often face substantial challenges in maintaining data
 - **Rising Storage Costs**: As the volume of data continues to grow, maintaining and managing indices requires more storage and increases associated costs.
 - **Rising Storage Costs**: As the volume of data continues to grow, maintaining and managing indices requires more storage and increases associated costs.
 - **User Experience**: Fragmented data availability can result in provider lock-in, forcing users to rely on multiple RPC providers to access all their digital assets across different protocols.
 - **User Experience**: Fragmented data availability can result in provider lock-in, forcing users to rely on multiple RPC providers to access all their digital assets across different protocols.
 
 
-Aura provides performant, decentralized and comprehensive indexing of digital asset data and addresses these challenges. Key features include:
-
-- **Automated Synchronization**: Ensures data integrity across the network by allowing nodes to assist each other in case of overload, ensuring consistency.
-- **Integrated Media CDN**: Provides optimized media delivery, significantly improving load times for pages displaying digital assets.
-- **Support for Light Clients**: Allows node operators to index only specific protocols or sub-protocols (e.g., Core assets or a particular Bubblegum tree). Light clients can function without running a full Solana node or Geyser plugin, instead relying on updates from the Aura network. This results in considerably lower infrastructure costs compared to maintaining a full Solana node.
-- **Implements the Digital Asset Standard API**: Implements the DAS API, which is the primary interface for accessing digital asset data on the SVM.
-
 ## Development Progress
 ## Development Progress
 
 
 The development progress of Aura and its features can be found in our github repo [https://github.com/metaplex-foundation/aura/](https://github.com/metaplex-foundation/aura/)
 The development progress of Aura and its features can be found in our github repo [https://github.com/metaplex-foundation/aura/](https://github.com/metaplex-foundation/aura/)