ethers-studio
v0.0.1-beta.0
Published
CLI tool for managing contracts and Ethers typings.
Downloads
2
Readme
Ethers Studio
This is a very basic proof-of-concept for a future project, Ethers Studio.
It compiles Solidity into fully Typed interfaces (using the v6 Contract typing API), and then compiles the TypeScript, in watch mode, ensuring the Solidity and TypeScript are managed in tandem.
@TODO
- build out the Factory classes with the bytecode
- much more flexible config
- reformat Solidity errors to more closely match TypeScript
- more CLI (e.g. offer single-shot, non-watch mode)
License
MIT License.