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 404cf77 commit 2270aca
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


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:

- [HTTPS greet example](https://github.com/krpeacock/server/tree/main/examples/http_greet).
Expand Down

0 comments on commit 2270aca

Please sign in to comment.