Shantvart / scaffold-soroban

Soroban example dapps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Soroban example dapps


Languages

Language:JavaScript 49.7%Language:TypeScript 22.9%Language:HTML 8.8%Language:Dockerfile 8.0%Language:SCSS 5.7%Language:Makefile 4.9%