Tevm Contract Bundler
Import Solidity files directly into TypeScript with type safety and IDE integration.
- Overview - Introduction, key benefits, available plugins
- Internals - How the bundler works under the hood
- Methods & Exports - Key APIs for advanced usage
- Troubleshooting - Common issues and solutions
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.

