Skip to content

Mcilz/scaffold-soroban

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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