Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

feat(add backend-eth-apis): add @eth-blockchain-helper npm to Backend… #394

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
* [Watchdata](https://watchdata.io) - Provide simple and reliable API access to Ethereum blockchain
* [w3](https://github.com/lmittmann/w3) - Fast and modular Golang JSON RPC client with first-class ABI support
* [Transpose](https://transpose.io) - Powerful APIs for accessing human-readable Ethereum data at scale.
* [eth-blockchain-helper](https://github.com/khiem20tc/eth-blockchain-helper) - The all-in-one npm package helps interact with Smart Contract and more Web3 utils in EVM chains.


#### Bootstrap/Out-of-Box tools
Expand Down
1 change: 1 addition & 0 deletions README_Chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ https://github.com/ConsenSys/ethereum-developer-tools-list/pull/70
* [Torus](https://tor.us/) - 源SDK构建dapps的无缝衔接的UX
* [Fortmatic](https://fortmatic.com/) - 一种易于使用的SDK,无需扩展或下载即可构建web3 dApp。
* [Portis](https://portis.io/) - 具有SDK的非托管钱包,可轻松与DApp进行交互而无需安装任何东西。
* [eth-blockchain-helper](https://github.com/khiem20tc/eth-blockchain-helper) - 一体化 npm 包有助于与 EVM 链中的智能合约和更多 Web3 实用程序进行交互。

#### 后端以太坊API
* [Web3.py](https://github.com/ethereum/web3.py) - Python Web3
Expand Down
1 change: 1 addition & 0 deletions README_Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Ethereum開発で利用可能なツール、コンポーネント、パターン
* [Eventeum](https://github.com/ConsenSys/eventeum) - Kauri作成のEthereumのスマートコントラクト・イベントと バックエンドのマイクロサービスを繋ぐブリッジ。JAVA製。
* [Ethereumex](https://github.com/exthereum/ethereumex) - Elixir製のEthereumブロックチェーン用JSON-RPCクライアント
* [EthContract](https://github.com/AgileAlpha/eth_contract) - ElixirからEthereumのスマートコントラクトへクエリを投げるためのヘルパーメソッド。
* [eth-blockchain-helper](https://github.com/khiem20tc/eth-blockchain-helper) - オールインワンの npm パッケージは、EVM チェーン内のスマート コントラクトやその他の Web3 ユーティリティとの対話に役立ちます。

#### ブートストラップ
* [Truffle boxes](http://truffleframework.com/boxes/) - Ethereumエコシステムのためのパッケージされたコンポーネント。
Expand Down
2 changes: 2 additions & 0 deletions README_Korean.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@
* [Eventeum](https://github.com/ConsenSys/eventeum) - 이더리움 스마트 컨트렉트 이벤트와 백엔드 마이크로서비스를 연결 합니다. Kauri가 자바로 작성했습니다.
* [Ethereumex](https://github.com/mana-ethereum/ethereumex) - 이더리움 블록체인을 위한 엘릭서(Elixir) JSON-RPC 클라이언트 입니다.
* [EthContract](https://github.com/AgileAlpha/eth_contract) - 엘릭서(Elixir) 언어로 된 이더리움 스마트 컨트렉트 쿼리를 도와주는 헬퍼 메소드(helper methods) 세트 입니다.
* [eth-blockchain-helper](https://github.com/khiem20tc/eth-blockchain-helper) - 올인원 npm 패키지는 EVM 체인에서 스마트 계약 및 더 많은 Web3 유틸리티와 상호 작용하는 데 도움이 됩니다.

<a name="부트스트랩실행도구"></a>
#### 부트스트랩(Bootstrap) / 실행(out of box) 도구
* [트러플 박스(Truffle boxes)](https://truffleframework.com/boxes/) - 이더리움 생태계를 위한 패키지 컴포넌트 입니다.
Expand Down
1 change: 1 addition & 0 deletions README_Spanish.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ Muchas gracias a los ~100 contribuidores, incluidos [@corbpage](https://twitter.
* [Ethereum Service](https://github.com/mesg-foundation/service-ethereum) - Un servicio MESG, para interactuar con eventos de Ethereum e interactuar con él.
* [Marmo](https://marmo.io/) - Python, JS y Java SDK para simplificar las interacciones con Ethereum. Utiliza retransmisores para descargar los costos de transacción a los retransmisores.
* [Ethereum Logging Framework](https://bitbucket.csiro.au/users/kli039/repos/ethereum-logging-framework/browse) - proporciona capacidades de registro avanzadas para aplicaciones y redes de Ethereum, incluido un lenguaje de consulta, procesador de consultas y generación de código de registro.
* [eth-blockchain-helper](https://github.com/khiem20tc/eth-blockchain-helper) - El paquete npm todo en uno ayuda a interactuar con Smart Contract y más utilidades Web3 en cadenas EVM.

#### Herramientas Listas para Usar
* [Truffle boxes](https://trufflesuite.com/boxes) - componentes empaquetados para el ecosistema Ethereum.
Expand Down