<p align="center">
  <a href="https://tevm.sh/">
    <picture>
      <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/35039927/218812217-92f0f784-cb85-43b9-9ca6-e2b9effd9eb2.png">
      <img alt="wagmi logo" src="https://user-images.githubusercontent.com/35039927/218812217-92f0f784-cb85-43b9-9ca6-e2b9effd9eb2.png" width="auto" height="300">
    </picture>
  </a>
</p>

<p align="center">
  Execute solidity scripts in browser
</p>

[![CI](https://github.com/evmts/tevm-monorepo/actions/workflows/e2e.yml/badge.svg)](https://github.com/evmts/tevm-monorepo/actions/workflows/e2e.yml)
[![CI](https://github.com/evmts/tevm-monorepo/actions/workflows/unit.yml/badge.svg)](https://github.com/evmts/tevm-monorepo/actions/workflows/unit.yml)
<a href="https://www.npmjs.com/package/@tevm/base-bundler" target="\_parent">
<img alt="" src="https://img.shields.io/npm/dm/@tevm/base-bundler.svg" />
</a>
<a href="https://bundlephobia.com/package/@tevm/base-bundler@latest" target="\_parent">
<img alt="" src="https://badgen.net/bundlephobia/minzip/@tevm/base-bundler" />
</a>

# @tevm/base-bundler

Internal base bundler for Tevm

Used in the LSP

- @tevm/ts-plugin

And all bundlers

- @tevm/bun-plugin
- @tevm/esbuild-plugin
- @tevm/rollup-plugin
- @tevm/rspack-plugin
- @tevm/vite-plugin
- @tevm/webpack-plugin

## Usage

See [docs](./docs/functions/bundler.md)

## License 📄

<a href="./LICENSE"><img src="https://user-images.githubusercontent.com/35039927/231030761-66f5ce58-a4e9-4695-b1fe-255b1bceac92.png" width="200" /></a>
