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.
A Frontend Template suitable for use with stellar contract init --frontend-template
, powered by Astro.
cp .env.example .env
bun install
bun dev