ethers-solc 1.0.2

Utilites for working with solc
Documentation
1
2
3
4
5
// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity >=0.6.6;

contract NewContract {
}