Skip to content

Commit

Permalink
Links fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed May 16, 2024
1 parent 701f55f commit daeb288
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Lightnet provides the following benefits:
(single-node network managed by multi-purpose Mina Daemon or multi-node network with diverse participant types)
- Creates and funds accounts so that you can deploy and interact with your zkApps.
The genesis ledger is configured with `1000` pre-funded accounts with the `1550 MINA` balance on each.
- Runs the archive data tools like [Mina archive process](/node-operators/archive-node), `PostgreSQL RDBMS`, [Archive-Node-API](/zkapps/o1js/fetch-events-and-actions)
- Runs the archive data tools like [Mina archive process](/node-operators/archive-node), `PostgreSQL RDBMS`, [Archive-Node-API](/zkapps/writing-a-zkapp/feature-overview/fetch-events-and-actions)
(can be disabled if there is no need)
- Provides the Mina accounts manager helper tool so you can automate accounts retrieval using, for example, the `Lightnet` [o1js API namespace](https://github.com/o1-labs/o1js/blob/23cdfa3e17a8e8132b70895d34aab711cebd676f/src/lib/mina/fetch.ts#L804).
- Simplifies zkApps and network state monitoring by
Expand All @@ -63,7 +63,7 @@ Lightnet requires minimum hardware resources to operate properly.

See [start the multi node network](#start-the-multi-node-network).

When you use Lightnet via the [`zkapp-cli`](/zkapps/install-zkapp-cli) application, the mentioned reseources availability is checked automatically.
When you use Lightnet via the [`zkapp-cli`](/zkapps/writing-a-zkapp/introduction-to-zkapps/install-zkapp-cli) application, the mentioned resources availability is checked automatically.

## High-level workflow for Lightnet

Expand Down

0 comments on commit daeb288

Please sign in to comment.