Paul McAviney
Paulie's Blog

Paulie's Blog

Follow
Series

Getting Started With Solidity

This series is about getting started with the Solidity coding language. You'll write your first smart contract, learn about state in Ethereum, then deploy and interact with a contract on a testnet.

Articles in this series

Hello World! An Introduction To Solidity Smart Contracts

Oct 22, 20217 min read

Hello World! Solidity is a high level programming language used to interact with the Ethereum Blockchain with what are called "smart contracts". These...

Hello World! An Introduction To Solidity Smart Contracts
Solidity Basics: State & State Variables
Solidity Basics: Interfaces
Solidity Basics: Deploy To Ropsten Testnet With Remix