Skip to content

Commit

Permalink
Fix notes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Jan 21, 2025
1 parent 4f1cf77 commit 2782dc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions develop/toolkit/parachains/e2e-testing/moonwall.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,12 @@ Simply press `Enter` to accept defaults, or input custom values. The wizard gene
The default configuration needs to be enhanced with specific details about your blockchain node and test requirements:

- The `foundation` object defines how your test blockchain node will be launched and managed. For local development, the `dev` foundation is used which runs a local node binary

!!!note
For more information about available options, check the [Foundations](https://moonsong-labs.github.io/moonwall/guide/intro/foundations.html){target=\_blank} section.

- The `connections` array specifies how your tests will interact with the blockchain node. This typically includes provider configuration and endpoint details.

!!!note
A provider is a tool that allows you or your application to connect to a blockchain network and simplifies the low-level details of the process. A provider handles submitting transactions, reading state, and more. For more information on available providers check the [Providers supported](https://moonsong-labs.github.io/moonwall/guide/intro/providers.html#providers-supported){target=\_blank} page.

Expand Down

0 comments on commit 2782dc5

Please sign in to comment.