kyscott18 / allegedly

A fast Solidity compiler for EVM simulations, written in TypeScript
MIT License
62 stars 1 forks source link

Distribute a transpiled version on npm registry #1

Closed mathieu-bour closed 1 week ago

mathieu-bour commented 1 week ago

Currently the package is made with bun and only exports an index.js. To be usable on other runtimes like Node.js, the package need to transpiled to JS.

kyscott18 commented 1 week ago

Thanks for opening! I haven't done a real release yet, just an alpha release to make sure I reserved the namespace. I will make sure to do this once more of Solidity is supported.

mathieu-bour commented 6 days ago

Got it, thanks a lot for clarification!