Installing SolidScript adds the TypeScript parser,Documentation 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.
solc JavaScript bindings, OpenZeppelin contracts, and viem to your project. A second command — npx solidscript doctor --fix — downloads the heavier native tools used by the security and deploy pipeline so you do not need to install Python, Rust, Foundry, or native solc separately. SolidScript requires Node 18 or newer.
Install the package
Prepare native tools
Then run:doctor --fix downloads Foundry tools (forge, anvil) into ~/.solidscript/bin/ and pulls Docker images for Slither and Mythril when Docker is available.
| Tool | How SolidScript gets it |
|---|---|
solc | Bundled as JavaScript through the npm package |
| OpenZeppelin | Bundled as a package dependency |
forge and anvil | Auto-downloaded from Foundry releases |
| Slither | Docker image when Docker is present, native PATH fallback |
| Mythril | Docker image when Docker is present, native PATH fallback |
Run
npx solidscript doctor any time you want to see which tools are cached, installed globally, or missing.