Skip to content

Commit

Permalink
fix typos (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSackerberg authored Jan 21, 2025
1 parent 0d34673 commit e28b265
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"metaplex",
"Meteora",
"mintable",
"MPLX",
"msgpack",
"nonblocking",
"offchain",
"pdas",
"performantly",
"Preconfigured",
"println",
"Pubkey",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/aura/api/v1/das/get-asset-proof.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metaTitle: Get Asset Proof Method | Aura API
description: Learn about the GetAsset Aura API Method.
---

Fetch the proof of a Compressed NFT Digial Asset (cNFT) with Aura DAS API.
Fetch the proof of a Compressed NFT Digital Asset (cNFT) with Aura DAS API.

{% apiRenderer method="getAssetProof" /%}

2 changes: 1 addition & 1 deletion src/pages/aura/api/v1/das/get-assets-by-owner.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metaTitle: Get Assets by Owner Method | Aura API
description: Learn about the Get Assets by Owner Aura API Method.
---

Return a list of assets ownened by a particular public key.
Return a list of assets owned by a particular public key.

{% apiRenderer method="getAssetsByOwner" /%}
2 changes: 1 addition & 1 deletion src/pages/aura/api/v1/das/get-signatures-for-asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metaTitle: Get Signatures For Asset | Aura API
description: Learn about the Get Signatures For Asset Aura API Method.
---

Search and return a list of signatures associated with a digial asset.
Search and return a list of signatures associated with a Compressed NFT Digital Asset (cNFT).

{% apiRenderer method="getSignaturesForAsset" /%}
4 changes: 2 additions & 2 deletions src/pages/aura/batch-minting.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metaTitle: Batch Minting | Aura
description: Learn how Batch Minting works.
---

Aura will allow a feature called **Batch Minting** which till take Bubblegum minting data and allow the user to mint cNFT Digtal Assets in minimal transactions.
Aura will allow a feature called **Batch Minting** which till take Bubblegum minting data and allow the user to mint cNFT Digital Assets in minimal transactions.

Minting digital assets accounts for more than 90% of all operations related to asset creation. To optimize this process and reduce transaction costs, Aura introduces an efficient solution through network extension. This extension to the Bubblegum program allows users to create and manage Merkle trees offline before finalizing them on-chain, enabling developers to generate entire trees with only a few transactions. This reduces the network load on Solana and lowers the costs associated with asset creation.

Expand Down Expand Up @@ -36,5 +36,5 @@ To incentivize nodes for processing batch operations and indexing asset data, an

## Development Progress

The developement of batch minting can be found in our github repo here [https://github.com/metaplex-foundation/bubblegum-batch-sdk](https://github.com/metaplex-foundation/bubblegum-batch-sdk) and within our Aura repo [https://github.com/metaplex-foundation/aura/](https://github.com/metaplex-foundation/aura/)
The development of batch minting can be found in our github repo here [https://github.com/metaplex-foundation/bubblegum-batch-sdk](https://github.com/metaplex-foundation/bubblegum-batch-sdk) and within our Aura repo [https://github.com/metaplex-foundation/aura/](https://github.com/metaplex-foundation/aura/)

2 changes: 1 addition & 1 deletion src/pages/aura/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Frequently asked questions about Aura

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 this by indexing and replicating the most important state across a decentralized network of node operators, while working in conjunction with the Metaplex Program Library (MPL) to speed up execution performance on Solana and the SVM by operating in compressed state.

### Why do we need decentralised indexing?
### Why do we need decentralized indexing?

Censorship resistant applications require decentralized networks for performantly, accurately and reliably reading onchain state. In additional, decentralized systems can achieve greater networks effects and data replication which will allow them to compete fundamentally on performance and cost while also providing censorship resistance.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/aura/managing-compressed-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ To address these challenges, Aura nodes facilitate access to batch operations th

## Development Progress

The developement 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/)
2 changes: 1 addition & 1 deletion src/pages/aura/reading-solana-and-svm-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Aura provides performant, decentralized and comprehensive indexing of digital as

## Development Progress

The developement 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/)



Expand Down
2 changes: 1 addition & 1 deletion src/pages/aura/using-aura-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ description: How to get started with Aura Endpoints
1. Click on Endpoints in the sidebar.
2. Select your API Key, by default we show the latest API Key created.
3. You'll see two endpoint options from the API Key you've selected: Solana DAS API + Solana RPC or Eclipse DAS API + Eclipse RPC.
4. Click copy to start using the perferred API Endpoint in your application.
4. Click copy to start using the preferred API Endpoint in your application.

0 comments on commit e28b265

Please sign in to comment.