@eth-optimism/wrapped-solc-example
v0.0.1-alpha.1
Published
Example of using solc-transpiler in place of solc-js
Readme
Overview
This is just an example of using our solc-transpiler as the solc-js compiler within waffle.
Running the tests
- Make sure to compile the
solc-transpilerpackage - Make sure to run
yarn install - Run
yarn test - See the compiled + transpiled output in the contract JSON in the
/builddirectory
