Skip to content

Commit b3d264c

Browse files
authoredNov 5, 2022
Merge pull request #31 from MartifyLabs/plutus-v2
Plutus V2 support & React components
2 parents 30e5e01 + 9dd24a1 commit b3d264c

File tree

227 files changed

+17416
-1262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+17416
-1262
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,5 @@ dist
109109
.DS_Store
110110

111111
_local
112+
.rollup.cache
113+
packages/cli

‎README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ Explore the features on [Mesh Playground](https://mesh.martify.io/).
77
## Guides and documentations
88

99
- [Start a Web3 app on Next.js](https://mesh.martify.io/guides/nextjs)
10-
- [CIP30 wallets intergration](https://mesh.martify.io/apis/browserwallet)
11-
- [Transaction building, minting, burning, smart contracts and more](https://mesh.martify.io/apis/transaction)
10+
- [Minting on Node.js](https://mesh.martify.io/guides/mintingonnodejs)
11+
- [App Wallet - Wallet for building transactions on your applications](https://mesh.martify.io/apis/appwallet)
12+
- [Browser Wallet - CIP30 wallets intergration](https://mesh.martify.io/apis/browserwallet)
13+
- [Transaction - Building, minting, burning, smart contracts and more](https://mesh.martify.io/apis/transaction)
14+
- [Resolvers - Helpful functions that you need while building dApps](https://mesh.martify.io/apis/resolvers)
1215

1316
## Why use Mesh
1417
- Always up to date - Vasil-ready, developed promptly as the network updates so your app always works

1 commit comments

Comments
 (1)

vercel[bot] commented on Nov 5, 2022

@vercel[bot]
Please sign in to comment.