Skip to content

Commit

Permalink
fix: drop nanofib from README too (#161)
Browse files Browse the repository at this point in the history
Recently we removed nanofib example. This commit removes it from
README.
  • Loading branch information
yoichi-nexus authored and sjudson committed Feb 5, 2025
1 parent 2043c7a commit e28a263
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions prover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,3 @@ cargo run --release \
```

The argument supplied with `-r` is the `log2` of the total row count, which will generate a table containing `2^r` rows.

#### Nanofibonacci (prover)

In this example, we compute the fibonacci numbers using a small machine that does different things according to the current program counter:

```
cargo run \
-p nexus-vm-prover \
--example nanofib -- --n-th 300 --rows-log2 11
```

The `--n-th` argument specifies which Fibonacci number is calculated. `--rows-log2` specifies the length of the computation trace.

0 comments on commit e28a263

Please sign in to comment.