/scaffold-soroban

Soroban example dapps

Primary LanguageJavaScript

Soroban Example Dapps

This repository holds examples & patterns for building decentralized applications on Soroban.

The repo is organized using yarn workspaces, and git submodules:

Prerequisites

You will need:

Getting Started

  1. Clone and navigate into the Scaffold Soroban repository

    git clone git@github.com:stellar/scaffold-soroban.git
    cd scaffold-soroban
    
  2. Pull the submodules in if this is your first time pulling the repo

    git submodule update --init --recursive
    
  3. Install the dependencies by running the following:

    yarn
    
  4. If you need to update the submodules to the latest, run:

    git submodule update --remote
    

Build the Project

yarn && yarn build

Starting a Dev Environment

yarn && yarn start