Skip to content

Commit

Permalink
feat: add evmtools to the tooling list (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
heypran authored Dec 12, 2024
1 parent b238244 commit 3dc4b48
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
* [Ambire Login SDK](https://github.com/AmbireTech/wallet-login-sdk) - Smart Wallet SDK focused on onboarding via email, supports the popular EVM chains.
* [Tatum](https://github.com/tatumio/tatum-js) - Tatum SDK is a powerful, feature-rich TypeScript/JavaScript library that streamlines the development of blockchain applications.
* [Catapulta](https://catapulta.sh) - Zero config smart contracts deployment platform, automate verifications and share deployment reports, compatible with Foundry and Hardhat.
* [EVMTools](https://evmtools.xyz) - EVM toolkit for web3 developers, all your day to day used tools in one place.



Expand Down
1 change: 1 addition & 0 deletions README_Chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ https://github.com/ConsenSys/ethereum-developer-tools-list/pull/70
* [Kauri.io](https://kauri.io/) - 基于Web3的社区和新兴技术的知识平台。分享精选内容,并就最新,高质量的技术文章和系列进行协作。 请查看[“入门”社区](https://kauri.io/community/5d9b16fc890d310001b66e1b)以学习基础知识。
* [dfuse](https://dfuse.io) - Slick 区块链 API 可以构建世界一流的应用程序。
* [Biconomy](https://biconomy.io) - 通过使用简单易用的SDK启用元交易来在dapp中进行无Gas交易。
* [EVMTools](https://evmtools.xyz) - 面向Web3和Solidity开发者的EVM工具包,所有开发工具集中在一个地方。它有20多个实用工具,并且经常添加新的工具。

## 开发者工具
### 开发智能合约
Expand Down
1 change: 1 addition & 0 deletions README_Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Ethereum開発で利用可能なツール、コンポーネント、パターン
* [Dapp](https://dapp.tools/dapp/) - DApps開発フレームワーク。DAppleの後継。
* [Populus](https://github.com/ethereum/populus) - もっともかわいい動物写真を含むEthereum開発フレームワーク。
* [Etherlime](https://github.com/LimeChain/etherlime) - ethers.jsベースのDApps開発フレームワーク。
* [EVMTools](https://evmtools.xyz) - Web3およびSolidity開発者のためのEVMツールキット。すべての開発ツールを一箇所にまとめました。20以上のユーティリティがあり、さらに頻繁に追加されています。

#### IDEs
* [Remix](https://remix.ethereum.org/) - 静的解析とブロックチェーンVMによるテスト機能を含むWeb IDE。
Expand Down
2 changes: 2 additions & 0 deletions README_Korean.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
* [Parasol](https://github.com/Lamarkaz/parasol) - 테스팅과 인퓨라(INFURA) 배포, 자동 컨트렉트 문서 등 애자일(Agile)방식의 스마트 컨트렉트 개발 환경 입니다. 자유로운 사용자 정의(unlimited customizability)와 남을 생각하는(unopinionated) 디자인, 융통성(flexible) 있는 기능이 있습니다.
* [0xcert](https://github.com/0xcert/framework/) - 탈중앙화 어플리케이션 제작을 위한 자바스크립트 프레임워크 입니다.
<a name="통합개발환경"></a>
* [EVMTools](https://evmtools.xyz) - 웹3 및 솔리디티 개발자를 위한 EVM 도구 모음, 모든 개발 도구를 한 곳에서. 20개 이상의 유틸리티가 있으며, 더 많은 유틸리티가 자주 추가됩니다.

#### 통합 개발 환경
* [리믹스(Remix)](https://remix.ethereum.org/) - 블록체인 가상머신에서 테스트와 정적 분석(static analysis)이 포함된 웹 통합 개발 환경 입니다.
* [수퍼블록스 랩(Superblocks Lab)](https://superblocks.com/lab/) - 웹 통합 개발 환경입니다. 브라우저에 내장된 블록체인 가상머신, 메타마스크 통합 (테스트넷/메인넷에 클릭 한번으로 배포), 거래 기록과 웹앱(WebApp)의 다른 기능들간 라이브 코드 입니다.
Expand Down
1 change: 1 addition & 0 deletions README_Spanish.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Muchas gracias a los ~100 contribuidores, incluidos [@corbpage](https://twitter.
* [dfuse](https://dfuse.io) - Eficiente blockchain API para crear aplicaciones de clase mundial.
* [Biconomy](https://biconomy.io) - realice transacciones sin gas en su dapp habilitando meta-transacciones utilizando un SDK fácil de usar.
* [Blocknative](https://blocknative.com) - eventos de Blockchain antes de que sucedan. El portafolio de desarrolladores de Blocknative facilita la creación con datos mempool.
* [EVMTools](https://evmtools.xyz) - Kit de herramientas EVM para desarrolladores de web3 y Solidity, todas tus herramientas de desarrollo en un solo lugar. Tiene más de 20 utilidades y se agregan más con frecuencia.

## Herramientas para desarrollador
### Desarrollando Contratos Inteligentes
Expand Down

0 comments on commit 3dc4b48

Please sign in to comment.