Skip to main content

Introduction

Let's buid a simple Soroban dApp with your favourite JS framework.

Getting Started

Soroban is a platform that allows you to build smart contracts on the Stellar Blockhain. You can consider smart contracts as methods your app uses to interact with the blockchain. These interactions can be payments, communication, immutable storage, referencing, and more.

Today, we wil be learning how to integrate an app with an existing contract. On completing this tutorial you will have an understanding of integrating Soroban Contracts into your applications.

Prerequisites

  • Fundamental knowledge of your chosen JS framework.
    • This tutorial only covers Next.js, Nuxt, SvelteKit usecases.
  • We'll be using Tailwind for styling.
  • Freighter Wallet

That's it 👍