Execute solidity scripts in browser
@tevm/actions-types
is the official tevm actions api spec represented as TypeScript types
This package has no javascript only typescript types.
The first implementation of this spec is @tevm/actions which implements it with Ethereumjs.
This package is available in the main tevm
package
import {ScriptHandler} from 'tevm/actions-types'
But can also be installed as a standalone package.
npm install --save-dev @tevm/actions-types