Ethereum

How to Deploy to Rinkeby or Mainnet w/ Truffle

In this post, I go over how to use truffle-hdwallet-provider to deploy Solidity smart contracts to the Rinkeby testnet or Mainnet.

Read
Ethereum

Save Gas with Packing in Solidity

This is a post about optimizing gas in Solidity smart contracts.

Read
Ethereum

How to Deploy Your Smart Contract to Production

This is a post about how to deploy your Solidity smart contract to the mainnet via Infura and Buddy CI and Github.

Read
Ethereum

How to Create an Account and Get Test Ether with Geth on the Rinkeby Test Network

This is a post about how to create your first account in Geth on the Rinkeby testnet and get test Ether.

Read