Skip to content

Commit

Permalink
Update docs/developer-docs/smart-contracts/write/overview.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Nov 22, 2024
1 parent 25e4fb8 commit 404cf77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/developer-docs/smart-contracts/write/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ The default project structure that [`dfx new`](/docs/current/developer-docs/deve

### Single canister architecture

This is the simplest possible architecture and the recommended starting point for most developers.

A single canister can host the entire application stack, including its web assets, core logic, and data. To write a single canister that hosts frontend assets and backend core logic, you will need to use a library for the asset storage API, such as the `ic-certified-assets` library for Rust canisters. A few examples of single canister projects include:

Expand Down

0 comments on commit 404cf77

Please sign in to comment.