Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
refactor: add on-chain program (#36)
Browse files Browse the repository at this point in the history
* refactor: add on-chain program

Per other Foundation / Labs communication.

* fix bad link text in terminology, onchain is apparently one word
  • Loading branch information
mikemaccana authored Dec 14, 2023
1 parent 5cefdfe commit ea46ac0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@ A computer participating in a [cluster](#cluster).

The number of [validators](#validator) participating in a [cluster](#cluster).

## onchain program

A program on a blockchain that can read and modify accounts over which it has control.

## PoH

See [Proof of History](#proof-of-history-poh).
Expand Down Expand Up @@ -411,8 +415,7 @@ non-overlapping, comprising roughly equal real-world time as per

## smart contract

A program on a blockchain that can read and modify accounts over which it has
control.
See [onchain program](#onchain-program).

## sol

Expand Down

0 comments on commit ea46ac0

Please sign in to comment.