Skip to content

Commit

Permalink
edit intro content of some sections
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckpuck committed Oct 8, 2024
1 parent 53ca22e commit 66cb125
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pages/development/code_libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ seo_description: Find Cardano libraries and frameworks for off-chain transaction

# Cardano Code Libraries

Libraries to connect to the blockchain and build applications on it.
Libraries to connect to the Cardano blockchain and build applications.

## Off-Chain Libraries

Off-chain libraries allow developers to connect to wallets, build Cardano transactions, and submit transactions on the blockchain. This type of library allows applications to interact with smart contracts.
Off-chain libraries provide abstractions for developers to build transactions and submit them on the Cardano blockchain. These libraries enable connecting to a node, querying the blockchain, asset transfer, and interaction with smart contracts.

#### Lucid

Lucid is a library to build Cardano transactions and write off-chain code in JavaScript and Typescript. It is designed for simplicity, allowing devs to describe actions at a high level.
Lucid is a library to build Cardano transactions and write off-chain code in JavaScript and Typescript. It is designed for simplicity, allowing developers to describe actions at a high level.

- [Lucid on GitHub](https://github.com/spacebudz/lucid#readme)
- [Lucid Documentation](https://lucid.spacebudz.io/)
Expand Down Expand Up @@ -576,7 +576,7 @@ This C++ library provide an interfaces to integrate Cardano capabilities into a

## Website Development Libraries

Website libraries help connect websites with the Cardano blockchain. These libraries often support website components, wallet integration, API connection, and other web development tools.
Website libraries help connect websites with the Cardano blockchain. These libraries often support website components, wallet integration, API connections, and other web development tools for Cardano-based applications.

#### Mesh

Expand Down Expand Up @@ -817,7 +817,9 @@ Cardano-connect is a WordPress plugin providing Cardano Web3 wallet connections
<br />
<br />

## Command Line (CLI) Tools
## Command Line (CLI) Tools and Libraries

Command Line Interface (CLI) tools provide developers with a powerful means to interact with the Cardano blockchain directly from the terminal. CLI programs can monitor the blockchain, perform utility actions, manage Cardano Node installs, and more.

#### Cardano-addresses

Expand Down

0 comments on commit 66cb125

Please sign in to comment.