Optimization

Optimal Parity Config for Syncing an Ethereum full node quickly

Syncing an Ethereum full node has become painfully slow as the size of a full node folder has increased to…

Solidity gas optimization tips

Coding in solidity is a little different than other languages as every action you do cost real gas. Here are…