Skip to content

Instantly share code, notes, and snippets.

@njgheorghita
Last active July 8, 2018 18:55
Show Gist options
  • Save njgheorghita/d8d1816c03445946373e89e7accc89d5 to your computer and use it in GitHub Desktop.
Save njgheorghita/d8d1816c03445946373e89e7accc89d5 to your computer and use it in GitHub Desktop.
Blockchain

KEY RESOURCES

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

VIDEOS

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

TUTORIALS

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment