<p align="center">
  <a href="https://tevm.dev/">
    <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">
  Tevm bun example
<p>

To use this plugin with Visual Studio Code, you should set your workspace's version of TypeScript, which will load plugins from your tsconfig.json file.

For instructions, see: [Using the workspace version of TypeScript](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-the-workspace-version-of-typescript).

## ✨ What is this?

Example project of using Bun with Tevm

# 🤝 Getting Started

Run `npm run dev` in your terminal

## 🩹 Rough edges

#### Typechecking

Typechecking is disabled in the next.config.ts. Your editor will typecheck and provide diagnostics correctly but the NEXT.js build is not configured yet.

Full TypeChecking will be available soon in one of the next few releases of Tevm alpha after it migrates the langauge server to [volar](https://volarjs.github.io/)

## ⭐ Github

If you like Tevm give it a ⭐ at the [Tevm monorepo](https://github.com/evmts/tevm-monorepo)

## 🔗 See also

- Check out [Next example](https://github.com/orgs/tevm/repositories) for an example of Tevm wagmi and Next
- Check out [Vite example](https://github.com/evmts/tevm-monorepo/tree/main/examples/vite) for an example of Tevm wagmi and Vite

