Coinmonks
Published in

Coinmonks

Learn Ethereum programming #3. Ethereum accounts.

Copy trading bots from the top traders. Try it for FREE.

The world state.

Retrieving account information

{
"method":"eth_getBalance",
"params":["0xC66d07097f4823343bf116463070B3be5e941C4E","latest"],
"id":1,
"jsonrpc":"2.0"
}
An account balance.
{
"jsonrpc": "2.0",
"method": "eth_getTransactionCount",
"params": ["0x27E0155021E63842aFb79F99da8B9592F429f614", "latest"],
"id": 0
}
{
"jsonrpc": "2.0",
"id": 0,
"result": "0x2d"
}
{
"jsonrpc": "2.0",
"method": "eth_getCode",
"params": ["0x24a1f370c33aF7476490d8fe70Fde5629A82842F", "latest"],
"id": 0
}

How to Create an Ethereum Account, a brief review

Join Coinmonks Telegram Channel and Youtube Channel learn about crypto trading and investing

Also, Read

--

--

Coinmonks (http://coinmonks.io/) is a non-profit Crypto Educational Publication. Follow us on Twitter @coinmonks and Our other project —  https://coincodecap.com, Email  — gaurav@coincodecap.com

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
João Paulo Morais

Astrophysicist, full-stack developer and blockchain enthusiast. I use my weekends to write the next great Latin American novel… and play with my son.