Update overview.md

This commit is contained in:
Ian Traas 2022-09-05 19:47:43 -05:00 committed by GitHub
parent 2717de2e13
commit 53dcdb9dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ To help you get started with cross-chain development, we've provided a template
The template uses npm workspaces to setup a main project with subdirectories for each supported chain. This allows you to initialize each subdirectory using any scaffolding tool for each individual chain along with orchestration code in a common directory.
Let's break down what's in the `xdapp-starter` project:
What's in the `xdapp-starter` project:
### chains/
This folder contains the subdirectories for chain-specific code. For example, you might use the `anchor` tool to `anchor init solana-project` within the chains/ directory.