Skip to content

Commit 36a0d61

Browse files
Create 2024-09-19.mdx (stellar#993)
* Create 2024-09-19.mdx * Update 2024-09-19.mdx
1 parent 13a9c1b commit 36a0d61

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

meeting-notes/2024-09-19.mdx

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: '2024-09-19'
3+
authors: carstenjacobsen
4+
tags: [developer]
5+
---
6+
7+
<iframe src="https://drive.google.com/file/d/1yIzMrtyuJkX6W8MlIbwrGNivYqHuhoxH/preview" width="640" height="480" allow="autoplay"></iframe>
8+
9+
Agenda: [Discord thread](https://discord.com/channels/897514728459468821/900374272751591424/1285627254130610297)
10+
11+
SDF DevRel team member Carsten Jacobsen showed how to build a simple Hello World dapp based on a Soroban smart contract and Next.js through these steps:
12+
13+
1. Create the default Hello World smart contract using the Stellar CLI
14+
2. Create TypeScript bindings (package) using the Stellar CLI
15+
3. Create the default Next.js using the npx create-next-app command
16+
4. Add and link the TypeScript binding package to the Next.js project
17+
5. Create a simple frontend with a form to submit a string
18+
6. Import the package in the Next.js page, and setup a client
19+
7. Create submit-function to send form value to the smart contract
20+
8. Use useState to store the smart contract response and display it

0 commit comments

Comments
 (0)