|
5 | 5 |
|
6 | 6 | Library to help smart contract compilation. It includes support for:
|
7 | 7 | - Direct solc compilation
|
8 |
| -- [Truffle](https://truffleframework.com/) |
9 |
| -- [Embark](https://embark.status.im/) |
10 |
| -- [Dapp](https://dapp.tools/dapp/) |
11 |
| -- [Etherlime](https://github.com/LimeChain/etherlime) |
12 |
| -- [Etherscan](https://etherscan.io/) |
13 | 8 | - [Brownie](https://github.com/iamdefinitelyahuman/brownie)
|
14 |
| -- [Waffle](https://github.com/EthWorks/Waffle) |
15 | 9 | - [Buidler](https://github.com/nomiclabs/buidler)
|
| 10 | +- [Dapp](https://dapp.tools/dapp/) |
| 11 | +- [Embark](https://embark.status.im/) |
| 12 | +- [Etherlime](https://github.com/LimeChain/etherlime) |
| 13 | +- [Etherscan](https://etherscan.io/) (including several alt-chain explorers and testnets) |
| 14 | +- [Foundry](https://github.com/foundry-rs/foundry/) |
16 | 15 | - [Hardhat](https://github.com/nomiclabs/hardhat)
|
| 16 | +- [Truffle](https://truffleframework.com/) |
| 17 | +- [Waffle](https://github.com/EthWorks/Waffle) |
17 | 18 |
|
18 | 19 | See the [Configuration](https://github.com/crytic/crytic-compile/wiki/Configuration) documentation for advanced usages.
|
19 | 20 |
|
20 |
| -The plugin is used in Crytic tools, including: |
| 21 | +The plugin is used in Trail of Bits tools, including: |
21 | 22 | - [Slither](https://github.com/crytic/slither)
|
22 | 23 | - [Echidna](https://github.com/crytic/echidna)
|
23 | 24 | - [Manticore](https://github.com/trailofbits/manticore/)
|
|
0 commit comments