Analysis updated 2026-08-04 · repo last pushed 2025-05-07
Build a payment system on the Stellar blockchain using smart contracts.
Create and deploy a custom token on Soroban.
Set up an automated escrow service as a Stellar smart contract.
Start a team blockchain project with a shared, standard contract structure.
| fnando/stellar-poc | 04amanrajj/netwatch | 0verflowme/kvm_play | |
|---|---|---|---|
| Stars | — | 0 | — |
| Language | Rust | Rust | Rust |
| Last pushed | 2025-05-07 | — | 2024-05-14 |
| Maintenance | Stale | — | Dormant |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | pm founder | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Rust toolchain and Soroban CLI installed, plus basic familiarity with the Stellar development environment.
This repository is a starter template for building smart contracts on Soroban, which is the smart contract platform for the Stellar blockchain network. It gives developers a pre-configured foundation so they can skip the setup work and jump straight into writing code that runs on the network. At a high level, the project organizes your work into a simple folder structure. It includes a sample contract called "hello world" that serves as a basic example to learn from. The idea is that you keep each new contract in its own folder, and the project handles the shared dependencies so everything stays organized and works together. A founder or product manager exploring blockchain features would use this when they want to build applications on Stellar, for example, a payment system, a token, or an automated escrow service. The template is meant to be the starting point for that work, giving a team a shared, standard structure rather than having everyone invent their own. It also supports adding frontend code, so the interface that users actually interact with can live alongside the underlying contracts. Beyond what the structure shows, the documentation does not go into detail about advanced features or specific design decisions. The project is written in Rust, a programming language known for reliability and performance that is commonly used for blockchain development.
A starter template for building smart contracts on Soroban, the smart contract platform for the Stellar blockchain. It provides a pre-configured project structure with a sample hello world contract so you can skip setup and start coding.
Mainly Rust. The stack also includes Rust, Soroban, Stellar.
Stale — no commits in 1-2 years (last push 2025-05-07).
No license information is provided in this repository, so you should confirm usage rights before building on it.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.