JSPM

  • Created
  • Published
  • Downloads 4315
  • Score
    100M100P100Q126394F
  • License MIT

A esbuild plugin for tevm

Package Exports

  • @tevm/esbuild-plugin
  • @tevm/esbuild-plugin/package.json

Readme

@tevm/plugin

A webpack plugin for importing solidity files.

Installation

pnpm i @tevm/webpack-plugin

Usage

Install webpack plugin

npm i @tevm/webpack-plugin

Add to your webpack config

import {ForgePlugin} from '@tevm/webpack-plugin'

export default {
  // ... other configuration settings
  plugins: [
    // ... other plugins
    new ForgePlugin({
      project: './contracts'
    }),
  ],
};

ConfigOptions

Usage in @tevm/contract

Usage in other libraries

Autocompletion and Typesafety

License 📄