When you run a deploy command without aDocumentation Index
Fetch the complete documentation index at: https://docs.solidscipt.zoracle.xyz/llms.txt
Use this file to discover all available pages before exploring further.
--wallet flag, SolidScript uses a local browser bridge to collect your signature. The CLI prepares the full deployment transaction, your browser wallet signs it, and the CLI waits for the on-chain receipt. Your private key never touches the project directory or the terminal session.
How the flow works
Encode the deployment
SolidScript compiles the artifact and ABI-encodes constructor arguments into the creation transaction.
Start the local bridge
The CLI starts a single-use server at
http://127.0.0.1:7654/ and opens your default browser.Switch chains when needed
The page requests
wallet_switchEthereumChain, or wallet_addEthereumChain if the network is missing.Send the transaction
The wallet sends
eth_sendTransaction. The browser posts the transaction hash back to the CLI.