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.
Coming Soon
- Inline Solidity with
soltag - inline contracts via template literals - CAIP-10 contract imports - import contracts from any chain by standardized identifier
See Upcoming Features.

