From ee2f3e166e854e6b818a7326c5b4d1e09b91116a Mon Sep 17 00:00:00 2001 From: Dylan Mikus Date: Thu, 27 Apr 2023 15:04:18 -0700 Subject: [PATCH] Add Supercool to the "Tools" section Add Supercool to the "Tools" section. It is relayer and account abstraction infra to automate your on-chain operations and give your users better UX when executing transactions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81035ac..658b06b 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ - [SIF](https://github.com/chao-peng/SIF) - Code generation from the AST, analyse and instrument source code. - [Smart Contract Sanctuary](https://github.com/tintinweb/smart-contract-sanctuary) - A home for ethereum smart contracts, all verified smart contracts from Etherscan. - [Sourcify](https://sourcify.dev/) - Decentralized and open-sourced smart contract verification service. +- [Supercool](https://www.supercool.xyz/) - Relayer and account abstraction infra to automate smart contract interactions and give your users better UX when executing transactions. - [naddison36/sol2uml](https://github.com/naddison36/sol2uml) - Unified Modeling Language (UML) class diagram generator for smart contracts. - [OpenZeppelin](https://openzeppelin.com/) - Framework to build secure smart contracts. - [solgraph](https://github.com/raineorshine/solgraph) - Visualize control flows for smart contract security analysis.