Links
Initial Coin Offerings Guide @ Medium
Geth & Node.js & Web3
- 使用-go-ethereum-1-6-clique-poa-consensus-建立-private-chain
以太坊私網建立(二) It mentions about
--rpcapi
and--rpcaddr
commands.
Remix
Solidity
Test with Truffle
Monitor & explore
- Ether Scan
- ETH gas station
- Ether chain It provides the useful HTTP request API.
- ETH stats
- What Ethereum blockchain explorers exist?
Nodes
- Infura It provides the host of nodes.
- Ether Nodes It lists the nodes.
Security
FAQ
What is the max size of transactions can clients like geth keep in txpool? explain the pending transaction pool and queue.
Common useful JavaScript snippets for geth It has useful JavaScript codes such as find the transaction of specific account.
'eth_call' returning value '0x' It mentioned how to make method Id of contract.
Get the balance of an ERC20 token at an Ethereum address It explain how to make method Id of contract.
How to select a network id or is there a list of network ids?
How to view my contract's .send(value) activity? It discusses how to get inner transactions.
getBalanceAt always returns 0, even if all blocks have been synced How to use Geth mobile SDK to get balance.
Light client doesn't sync the blockchain on private network It mentions how to build light server and client by Geth.
Android light client cannot sync with testnet It mentions how to use Geth mobile SDK to connect to light client.
从 BIP32、BIP39、BIP44 到 Ethereum HD Wallet It explain the HD wallet.
Does ecRecover in solidity expects the “\x19Ethereum Signed Message:\n”-prefix r, s, v