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.

Coming Soon

  • Inline Solidity with sol tag - inline contracts via template literals
  • CAIP-10 contract imports - import contracts from any chain by standardized identifier

See Upcoming Features.