SolidScript is a TypeScript smart-contract toolchain for EVM developers. You write contracts as TypeScript classes, and SolidScript handles the rest: emitting Solidity, running security checks, compiling to bytecode, and deploying through MetaMask, Rabby, or Coinbase Wallet — no private keys in project files.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.
Install
Install the npm package and run
doctor --fix to set up the compiler and security tools.Quickstart
Build, verify, compile, and deploy your first contract to Base Sepolia in minutes.
Decorators
Learn how
@storage, @onlyOwner, @nonReentrant, and other decorators declare contract behavior.Security Pipeline
Understand the nine verification gates that run before every production deploy.
CLI Commands
Reference for every
solidscript CLI command and its flags.Library API
TypeScript types, decorators, runtime globals, and compiler pipeline exports.