ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
443 stars 166 forks source link

How to work with nodejs #463

Closed thomsonimjd closed 6 years ago

thomsonimjd commented 6 years ago

How can I connect the geth-classic to nodejs or other platforms to generate new address, balance check, sendTransactions functions to happen. Is there any testnet network for this like kovan, ropsten.

splix commented 6 years ago

morden is a default testnet for etc

thomsonimjd commented 6 years ago

@splix thanks a lot for your reply, I am just new to this ETC, how to can I work with the morden. coyuld you please give me any samples on this

splix commented 6 years ago

basically you just run with --testnet flag

thomsonimjd commented 6 years ago

you meant to say that. geth --testnet --fast --cache=512 console`, thanks for that if so. How can I get the testnet coins and how to access rpc ?

splix commented 6 years ago

I suggest to continue discussion at https://forum.ethereumclassic.org/c/dev