367장. Web3jPythonchain 구성 요소
Camel 버전 2.22에서 사용 가능
EVM 블록 체인 구성 요소는 web3j 클라이언트 API를 사용하며 Geth,Parity,Quorum,Infura 와 같은 EVM 호환 노드와 상호 작용할 수 있습니다.
Maven 사용자는 이 구성 요소에 대해 pom.xml
에 다음 종속성을 추가해야 합니다.
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-web3j</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
367.1. URI 형식
web3j://<local/remote host:port or local IPC path>[?options]