Network Settings
Understanding and configuring network settings in Wysdom notebooks
The Network Panel in Wysdom notebooks provides essential configuration options for your Solidity development environment. It allows you to control various aspects of your development setup, from network settings to gas limits.
Configuration Options
Network Settings
- Account Address: Shows your current account (e.g.,
0xc5...2c4a
) - Solidity: Select the Solidity environment for your development
Environment
- Wysdom VM: The default virtual machine environment for executing your Solidity code
- Allows seamless testing and development without external network dependencies
Compiler
- Version Selection: Choose your preferred Solidity compiler version
- Current version shown:
0.8.17+commit.8df45f5f
- Ensures compatibility with your smart contract code
Account
- Account Selection: Choose from available accounts
- Balance Display: Shows account balance (e.g.,
100 ether
)
Gas Configuration
Two options available:
-
Estimated Gas (Default)
- Automatically calculates required gas for transactions
- Recommended for most use cases
-
Custom Gas
- Manually set gas limit (e.g.,
3000000
) - Useful for specific testing scenarios
- Manually set gas limit (e.g.,
Value
- Set transaction value in wei
- Default:
0
- Use this field when sending ether with transactions