Links

Initial Coin Offerings Guide @ Medium

Geth & Node.js & Web3

  1. 使用-go-ethereum-1-6-clique-poa-consensus-建立-private-chain
  2. 以太坊私網建立(二) It mentions about --rpcapi and --rpcaddr commands.

  3. 使用node-js部署智能合約

  4. web3.js编译Solidity,发布,调用全部流程(手把手教程)

Remix

  1. the ethereum wiki

Solidity

  1. Open Zeppelin Github
  2. Create your own crypto-currency tutorial

Test with Truffle

  1. 用-async-await-寫出簡潔的-truffle-測試

Monitor & explore

  1. Ether Scan
  2. ETH gas station
  3. Ether chain It provides the useful HTTP request API.
  4. ETH stats
  5. What Ethereum blockchain explorers exist?

Nodes

  1. Infura It provides the host of nodes.
  2. Ether Nodes It lists the nodes.
  3. Node list

  4. 星火节点计划介绍

Security

  1. Ethereum Smart Contract Best Practices
  2. Security Considerations of Solidity

FAQ

  1. What is the max size of transactions can clients like geth keep in txpool? explain the pending transaction pool and queue.

  2. Common useful JavaScript snippets for geth It has useful JavaScript codes such as find the transaction of specific account.

  3. 'eth_call' returning value '0x' It mentioned how to make method Id of contract.

  4. Get the balance of an ERC20 token at an Ethereum address It explain how to make method Id of contract.

  5. Getting contract balance over JSON RPC

  6. How to select a network id or is there a list of network ids?

  7. How to view my contract's .send(value) activity? It discusses how to get inner transactions.

  8. Transaction Status

  9. getBalanceAt always returns 0, even if all blocks have been synced How to use Geth mobile SDK to get balance.

  10. Relationship between Transaction Trie and Receipts Trie

  11. Structure of a transaction receipt

  12. Light Ethereum Subprotocol (LES)

  13. Light client doesn't sync the blockchain on private network It mentions how to build light server and client by Geth.

  14. Android light client cannot sync with testnet It mentions how to use Geth mobile SDK to connect to light client.

  15. Mnemonic Code Converter

  16. 从 BIP32、BIP39、BIP44 到 Ethereum HD Wallet It explain the HD wallet.

  17. What does v, r, s in eth_getTransactionByHash mean?

  18. Does ecRecover in solidity expects the “\x19Ethereum Signed Message:\n”-prefix r, s, v

results matching ""

    No results matching ""