Use the link below to determine the current gas prices on the Ethereum network. One can use Etherscan too as…
Resources
Uint = 2^256-1 is the largest uint
Keep in mind: Any number larger the Uint = 2^256-1 will cause an overflow. We need to prevent our contracts…
Bits Bytes and Hex
More then you ever wanted to know about bits bytes and Hex. Bytes32 = uint256 1 bit = can represent…
CHI Gas Token
To encourage developers to remove unnecessary data on the blockchain the Ethereum network provides a refund for each burned element…
The amazing math of private keys
This is a must watch video. It outlines the simplicity and importance of large numbers. It puts allot of concepts…
Docker container built in Windows then deployed to a Linux environment
My development environment is on a Windows machine but my software / application runs on Linux. How do I create,…
Commonly used Docker Commands
Listed below are some of the most commonly used Docker commands. For a complete list of commands search Docker. These…
Ethereum Test Environments
The information below details how to access the Ethereum test environments and obtain test ETH. The process to access one…