Skip to content

Commit

Permalink
make heading consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckpuck committed Oct 8, 2024
1 parent 66cb125 commit 6cd1b82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/development/code_libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ Yaci allows connection and interaction with Cardano nodes directly. The library
<br />
<br />

## Indexers
## Indexing Libraries

Indexing libraries help to process the blockchain into a form where it the data can be easily queried. They can filter for specific addresses, assets, or transactions. They enable developers to access blockchain data in a way they can use.

Expand Down Expand Up @@ -1526,7 +1526,7 @@ Argus is a .NET library that simplifies indexing that provides a framework. It p
<br />
<br />

## Serialization
## Serialization Libraries

Serialization means converting data between formats so they can be easily transmitted and stored. Serialization and deserialization of CBOR is required when reading from or writing data to the Cardano blockchain.

Expand Down Expand Up @@ -1601,9 +1601,9 @@ Golang library for serialization and deserialization of Cardano data structures.
<br />
<br />

## Testing
## Testing Libraries

Cardano testing libraries are essential tools to ensure top quality throughout the development process. They can involve testing smart contracts, transactions, running simulations, or checking performance.
Testing libraries are essential tools to ensure top quality throughout the development process. These libraries may involve testing smart contracts, transactions, running simulations, or checking performance.

#### Naumanchia

Expand Down

0 comments on commit 6cd1b82

Please sign in to comment.