Skip to content

Commit

Permalink
Merge pull request #64 from jinglescode/main
Browse files Browse the repository at this point in the history
update Mesh info
  • Loading branch information
adastackio authored Nov 5, 2024
2 parents 7f5ce84 + 67ecfeb commit 242812d
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions pages/development/code_libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,31 @@ Lucid is a library to build Cardano transactions and write off-chain code in Jav
<br />
<br />

#### Mesh

Mesh is a Cardano off-chain framework that provides cardano-cli like transaction builder in TypeScript. It also provides developers with third-party providers, wallet integrations and smart contract library to build dApps.

- [Mesh Github](https://github.com/MeshJS/mesh)
- [Mesh Website](https://meshjs.dev/)
- [Mesh Discord](https://meshjs.dev/go/discord)
- [TxPipe Discord](https://discord.gg/sJ2D3g33Qp): Mesh channel

<br />
<img
src="https://img.shields.io/badge/TypeScript-ffffff?style=flat&logo=typescript&logoColor=007ACC"
class="shields_io_button"
alt="TypeScript Programming Language Badge"
/>
<a href="https://github.com/MeshJS/mesh">
<img
src="https://img.shields.io/github/stars/MeshJS/mesh?style=social&label=GitHub"
class="shields_io_button"
alt="GitHub link"
/>
</a>
<br />
<br />

#### Cardano-js-sdk

Cardano-js-sdk is a JavaScript toolkit to build applications that interact with the Cardano blockchain. It provides a set of tools and functions for wallets, keys, transactions, and more.
Expand Down Expand Up @@ -582,9 +607,9 @@ Website libraries help connect websites with the Cardano blockchain. These libra

Mesh is a website framework that allows you to integrate new or existing websites with the Cardano blockchain. It offers many web components to create a fully-featured dApp.

- [Mesh Github](https://github.com/MartifyLabs/mesh)
- [Mesh Github](https://github.com/MeshJS/mesh)
- [Mesh Website](https://meshjs.dev/)
- [Mesh Discord](https://discord.gg/R9xFAD9MKG)
- [Mesh Discord](https://meshjs.dev/go/discord)
- [TxPipe Discord](https://discord.gg/sJ2D3g33Qp): Mesh channel

<br />
Expand All @@ -593,9 +618,9 @@ Mesh is a website framework that allows you to integrate new or existing website
class="shields_io_button"
alt="TypeScript Programming Language Badge"
/>
<a href="https://github.com/MartifyLabs/mesh">
<a href="https://github.com/MeshJS/mesh">
<img
src="https://img.shields.io/github/stars/MartifyLabs/mesh?style=social&label=GitHub"
src="https://img.shields.io/github/stars/MeshJS/mesh?style=social&label=GitHub"
class="shields_io_button"
alt="GitHub link"
/>
Expand Down

1 comment on commit 242812d

@vercel
Copy link

@vercel vercel bot commented on 242812d Nov 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.