Skip to content

Commit 0617ffd

Browse files
docs: describe briefly the term canister
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 43c73fa commit 0617ffd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/terminology.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ In Juno, we use some terms that may be unfamiliar to some. This page provides a
66

77
An "Account Identifier" is an address, serving as the textual representation of an account on the Internet Computer (ICP) ledger. It can represent an account owned by an individual or a smart contract.
88

9+
## Canister
10+
11+
A canister is the term for a smart contract on the Internet Computer. It includes both logic and state (memory), bundled together and deployed as a WebAssembly (WASM) container.
12+
13+
All [modules](#modules) in Juno — such as [satellites](#satellite), [mission controls](#mission-control), and [orbiters](#orbiter) — are canisters under the hood.
14+
915
## Console
1016

1117
The "console" refers to Juno's administration application, located at [https://console.juno.build](https://console.juno.build).

0 commit comments

Comments
 (0)