Skip to content

An Apache Camel component for Ethereum using Web3J library

Notifications You must be signed in to change notification settings

bibryam/camel-web3j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web3j Camel component for Ethereum

Start up an Ethereum client if you don't already have one running, such as Geth:

$ geth --rpcapi personal,db,eth,net,web3 --rpc --testnet --cache=4096 

From another terminal attach a client and verify the node has completed suynced

$ geth attach http://localhost:8545

eth.syncing // should return false before running tests

About

An Apache Camel component for Ethereum using Web3J library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages