Alpha-0
The first alpha release of EVMts imports !
Solidity+TypeScript
No more juggling abis and contract addresses
This first release does not use volar. It is the minimal bundling and ts-server capability to use EVMts in editors such as vscode. Bundling support for all planned bundlers including vite, webpack, rspack, rollup, and esbuild. Examples and most testing done so far using useContractRead in a vite example
To install install @next
tag. e.g. npm install @evmts/vite-plugin@next
WIP docs here
https://github.com/evmts/evmts-monorepo/discussions/2000