Transaction records of Ethereum
as of August 23, 2019, Ethereum price: the highest price in 24 hours is ¥ 1922.07 ≈ 0.0365btc, the lowest price in 24 hours is ¥ 1876.36 ≈ 0.0356btc, the highest price in history is ¥ 10047.07 ≈ 0.1906btc, and the lowest price in history is ¥ 2.95 ≈ 0.0001btc Trading volume: 46.1025 million eth
2. Turnover of the exchange: 5.944 billion, 0.62%, 24 hours up and down
precautions:
1. The co founders of Ethereum believe that competition will be positive, and the world absolutely needs to see that indivial freedom is respected, and that they can freely access global IT tools. The data of these tools are not controlled by companies or companies that can use digital transformation to increase data
Unlike paper or pound gold, code lines allow people to transfer value digitally. However, the difference between them and traditional currency lies in the source, maker and owner. These new currencies, designed by computer scientists and based on Mathematics and cryptography, are not forged, controlled or supported by the governmentIf you want to query the transaction records on the main network, you can use Etherscan. However, if you build your own private chain, how should you query the transaction records
the answer is that you need to listen to the logs on the chain, save them in the database, and then query them in the database. For example:
< pre t = "code" L = "Java" > varaddr = & quot& quot;< br />varfilter=web3.eth.filter({fromB lock:0 ,toBlock:' latest', address:addr });< br />filter.get(function(err,transactions){transactions.forEach(function(tx){
vartxInfo=web3.eth.getTransaction(tx.transactionHash);
/ / at this time, the transaction information txinfo can be stored in the database
})< br />}); Pre >
Web3. Eth. Filter() is used to monitor the log on the chain, and Web3. Eth. Gettransaction() is used to extract the information of the specified transaction. Once the transaction information is obtained, it can be stored in the database for query
recommend a practical introction, you can see: Ethereum tutorial
in comparison, the decentralized exchange based on EOS is much better, because its TPS is fast enough to handle the decentralized application at the present stage, and its speed is much better than that on Ethereum. Whaleex, in particular, is very smooth in use, with fast transactions. It is not inferior to those centralized exchanges. Among all decentralized exchanges, whaleex is excellent
therefore, I think the decentralized exchange on EOS may break out faster than that on Ethereum, especially the whale exchange, which will be a dark horse. The smart contract of their home is also the only one that has passed the slow fog security audit. The security is particularly high and the use is assured.
