https://www.reddit.com/r/ethereum https://www.reddit.com/r/ethereum/comments/77gytn/welcome_to_rethereum_the_reddit_frontpage_of_the/
Solidity Docs http://solidity.readthedocs.io/en/develop/
Truffle Docs http://truffleframework.com/docs/
Web3 Docs https://github.com/ethereum/web3.js/
Ethereum Whitepaper (read this and you will have a great grasp on what's going on) https://github.com/ethereum/wiki/wiki/White-Paper
Generic blockchain concept overview https://anders.com/blockchain/
Ethereum General Intro / Overview - by Vitalik himself https://www.youtube.com/watch?v=Yo9o5nDTAAQ (mins 49 - 1:14)
How will blockchains impact society TED talk (high-level - non-technical) https://www.youtube.com/watch?v=Pl8OlkkwRpc
Decypher - build coin flipper contract (2 part) (but really all his videos are good for people to continue with and keep learning) https://www.youtube.com/watch?v=OFPBSKd6us8 https://www.youtube.com/watch?v=dq-gBPvDgrc
Truffle Generic ethereum intro http://truffleframework.com/tutorials/ethereum-overview Build your own dapp tutorial http://truffleframework.com/tutorials/pet-shop
- Ideas to expand:
- Deploy to testnet
- Build a node/rails api for metadata and sync w/ blockchain (what data is best suited for blockchains?)
- Library-ize this contract (i.e. for multiple pet shops)