Skip to content

Latest commit

 

History

History

dapp

Soroban Project

Project Structure

This repository uses the recommended structure for a Soroban project:

.
├── contracts
│   └── hello_world
│       ├── src
│       │   ├── lib.rs
│       │   └── test.rs
│       └── Cargo.toml
├── Cargo.toml
└── README.md
  • New Soroban contracts can be put in contracts, each in their own directory.

Soroban Frontend in Astro

A Frontend Template suitable for use with stellar contract init --frontend-template, powered by Astro.

Getting Started

  • cp .env.example .env
  • bun install
  • bun dev