You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments