Soroban Example Dapps
This repository holds examples & patterns for building decentralized applications on Soroban.
The repo is organized using yarn workspaces, and git submodules:
modules/payment
: this is an example dapp for making a payment on Sorobanmodules/mint-token
: this is an example dapp for minting a standard token on Soroban
Prerequisites
You will need
- Node (>=16.14.0 <17.0.0): https://nodejs.org/en/download/
- Yarn (v1.22.5 or newer): https://classic.yarnpkg.com/en/docs/install
Build all examples
yarn