Staying in the loop
Dev Resources
An attempt to create a curated list of useful resources, in no particular order:
Adam Bavosa: “Setting up an Ethereum Development Environment”
Alan Buxton: “First steps with Ethereum Private Networks and Smart Contracts on Ubuntu 16.04”
“How to Simply Deploy a Smart Contract on Ethereum (Part 1)”
Kimserey Lam: “Interacting With Smart Contract On Local Ethereum Blockchain”
Adrian Li: “Minimal Solidity contract testing with Ganache and Jest”
Intro to Web3.js · Ethereum Blockchain Developer Crash Course
JavaScript Jumpstarters
Intros for people familiar with Python or C programming. Because - unfortunately - Solidity is JS…
“JavaScript for C & Python programmers” Rather old (2006), but a useful start. A quick intro into what’s likely to trip you in JS if you’re coming from other C-family languages
“Javascript for Python programmers” - a quick syntax overview for people familiar with C and/or Python.
“JavaScript for Python Programmers” - a set of brief lectures at Runestone Academy targeted at pythonistas