Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14152,6 +14152,14 @@ If you want to play with kids in your own group, it’s super fast and easy beca

By picking the right group (or subnet), everyone can play faster and have more fun.

## UFO

A UFO is a raw canister, meaning any ([canister](#canister)) that is not a standard Juno ([module](#modules)) (i.e. not a ([Satellite](#satellite)), ([Mission Control](#mission-control)), or ([Orbiter](#orbiter))).

UFOs can be registered and managed through the ([Console](#console)), giving you access to the same administration features available for other modules: metrics, settings, ([controllers](#controller)), and snapshots. They are also compatible with monitoring.

This is particularly useful for developers who want to spin up arbitrary canisters, for example on a local emulator to replicate a mainnet setup, while still benefiting from the Console's tooling.

## Wallet

A wallet is your secure repository for managing and storing resources in Juno.
Expand Down
8 changes: 8 additions & 0 deletions docs/terminology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ If you want to play with kids in your own group, it’s super fast and easy beca

By picking the right group (or subnet), everyone can play faster and have more fun.

## UFO

A UFO is a raw canister, meaning any [canister](#canister) that is not a standard Juno [module](#modules) (i.e. not a [Satellite](#satellite), [Mission Control](#mission-control), or [Orbiter](#orbiter)).

UFOs can be registered and managed through the [Console](#console), giving you access to the same administration features available for other modules: metrics, settings, [controllers](#controller), and snapshots. They are also compatible with monitoring.

This is particularly useful for developers who want to spin up arbitrary canisters, for example on a local emulator to replicate a mainnet setup, while still benefiting from the Console's tooling.

## Wallet

A wallet is your secure repository for managing and storing resources in Juno.
Expand Down