Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Tevm Contract Bundler

Import Solidity files directly into TypeScript with type safety and IDE integration.

What is the Tevm Bundler?

At build time, the bundler reads .sol files, runs solc on the dependency graph, extracts ABI and (for .s.sol) bytecode, and emits a TypeScript module exporting a Tevm Contract instance.

For a quickstart, see Bundler Quickstart.

The supported surface is direct .sol imports through the package-specific plugins described in the overview. The reference does not document unreleased inline-Solidity or chain-address loaders.