Search code examples
blockchainethereumether

Which Node packages are used for Ethereum classic's (ETC) transaction implementation?


I want to send ETC from one account to another i.e how to do the transaction, signature in testnet environment?


Solution

  • You can simply use web3 (js or python or anything else) to work with ETC.

    Ethereum and Ethereum Classic nodes share the same JSON-RPC API.