From c032a0a294a55a647ece4369103a1c0e780ca84a Mon Sep 17 00:00:00 2001 From: Jorge Luis Shirai Date: Mon, 17 Sep 2018 12:44:18 -0300 Subject: [PATCH 1/3] Add "Projects that use solhint" to README.md. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 417b2687..d9d2b1b7 100644 --- a/README.md +++ b/README.md @@ -228,3 +228,8 @@ You can find it [here](https://github.com/solidityj/solidity-antlr4). ### Licence MIT + +### Projects that use solhint + +* [POA Network - Proof of Bank Account (PoBA)](https://github.com/poanetwork/poa-poba) + From df83bb0b1e8664756214ec92e77fa790558397c6 Mon Sep 17 00:00:00 2001 From: Jorge Luis Shirai Date: Mon, 17 Sep 2018 16:38:21 -0300 Subject: [PATCH 2/3] List (GitHub) organizations and projects that use solhint. Add Gnosis & 0x to "who uses solhint?" section. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9d2b1b7..2ab41877 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,14 @@ You can find it [here](https://github.com/solidityj/solidity-antlr4). MIT -### Projects that use solhint +### Who uses solhint? -* [POA Network - Proof of Bank Account (PoBA)](https://github.com/poanetwork/poa-poba) +[POA Network - Public EVM Sidechain](https://github.com/poanetwork) [0x](https://github.com/0xProject) [GNOSIS](https://github.com/gnosis) +#### Projects + +- [POA Network - Proof of Bank Account (PoBA)](https://github.com/poanetwork/poa-poba) +- [0x](https://github.com/0xProject/0x-monorepo/tree/development/packages/contracts) +- Gnosis: + - [Gnosis Prediction Market Contracts](https://github.com/gnosis/pm-contracts) + - [https://github.com/gnosis/dex-contracts](https://github.com/gnosis/dex-contracts) From fd9f3dc6ccf08433da46e3f3f5f7a33602a314ce Mon Sep 17 00:00:00 2001 From: Jorge Luis Shirai Date: Mon, 17 Sep 2018 16:53:47 -0300 Subject: [PATCH 3/3] Set name of dex-contract in README.md "Projects". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ab41877..a5c7a62d 100644 --- a/README.md +++ b/README.md @@ -239,4 +239,4 @@ MIT - [0x](https://github.com/0xProject/0x-monorepo/tree/development/packages/contracts) - Gnosis: - [Gnosis Prediction Market Contracts](https://github.com/gnosis/pm-contracts) - - [https://github.com/gnosis/dex-contracts](https://github.com/gnosis/dex-contracts) + - [The DutchX decentralized trading protocol](https://github.com/gnosis/dex-contracts)