Skip to content

Commit 66504d9

Browse files
authored
add pluts x Mesh starter kit (#39)
1 parent 1163301 commit 66504d9

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

kits/mesh-pluts-next-ts/metadata.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: plu-ts Next.js TypeScript
2+
logo: https://meshjs.dev/templates/nextjs.png
3+
description: Write smart contracts on Cardano with plu-ts, execute and deploy your app with Mesh.
4+
repository: https://github.com/MeshJS/pluts-next-ts-template.git
5+
features:
6+
settings:
7+
template: typescript
8+
size: small
9+
author:
10+
name: Mesh
11+
logo: https://meshjs.dev/logo-mesh/white/logo-mesh-white-128x128.png
12+
website: https://meshjs.dev/
13+
social:
14+
twitter: https://twitter.com/meshsdk
15+
discord: https://discord.gg/Z6AH9dahdH

kits/mesh-pluts-next-ts/readme.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# plu-ts Hello World Next.js TypeScript
2+
3+
Get started to write smart contracts on Cardano with plu-ts and execute it with Mesh. [[Read more](https://meshjs.dev/guides/pluts)]
4+
5+
[View Demo](https://pluts-template.meshjs.dev/)
6+
7+
## Learn More
8+
9+
### [React components and hooks](https://meshjs.dev/react)
10+
11+
Frontend components for wallet connections, and useful React hooks to getting wallet states - Mesh provides everything you need to bring your Web3 user interface to life.
12+
13+
### [APIs](https://meshjs.dev/apis)
14+
15+
From wallet integrations to transaction builders, Mesh makes Web3 development easy with reliable, scalable, and well-engineered APIs & developer tools.
16+
17+
### [Guides](https://meshjs.dev/guides)
18+
19+
Whether you are new to web development or a seasoned blockchain full-stack developer, these guides will help you get started.
20+
21+
### [plu-ts](https://pluts.harmoniclabs.tech/)
22+
23+
The supporting tutorial for this start kit is available on the [plu-ts website](https://pluts.harmoniclabs.tech/docs/examples/Hello%20World) and on [Mesh Playground](https://meshjs.dev/guides/pluts).
24+
25+
## Connect with us
26+
27+
Follow us on [Twitter](https://twitter.com/meshsdk) for updates.

0 commit comments

Comments
 (0)