Skip to content

Instantly share code, notes, and snippets.

@njgheorghita
Last active April 26, 2017 14:58
Show Gist options
  • Save njgheorghita/ed808c44e42aa904b79ccd3a66c486bb to your computer and use it in GitHub Desktop.
Save njgheorghita/ed808c44e42aa904b79ccd3a66c486bb to your computer and use it in GitHub Desktop.
Blockchain Resources

Blockchain Resources

Here are some resources for learning about solidity/ethereum/blockchain tech. This world is evolving and growing very rapidly, so feel free to add any resources you find useful.

General

  • my favorite place to stay up to date on the happenings in the ethereum world
  • discussions are mostly focused on the tech rather than currency speculation
  • probably the best resource for daily news in the crypto-world (bitcoin, ethereum, etc)
  • very good resource for things blockchain related
  • decent daily newsletter covering ethereum

by far the best resource/tutorial i've found for developing in solidity/ethereum it costs 1 ether to access them, but i have a wallet address we can share. to access these videos:

  • download the MetaMask chrome extension
  • click on "import existing den"
  • input the keyphrase "unfold survey shrimp upon nation tube picture spray square minor vehicle guitar"
  • input a password & password confirmation of your choice
  • press enter
  • click "verify ethereum wallet" on the decypher homepage (www.decypher.tv)
  • two pop-ups should appear, click on ok, and then sign
  • go to http://decypher.tv/series/ethereum-development and you should have access to the videos
  • code!!

great series of tutorials that cover different strategies for architecting networks of smart contracts

Smart Contracts in Ethereum / Solidity

  • Overview of building smart contracts in ethereum
  • fundamental design principles for smart contracts

Tools & Resources

  • Fantastic framework that simplifies testing, compiling and deploying smart contracts to testrpc/testnet/livenet
  • run a local ethereum network for testing smart contracts for free
  • The most popular api for interacting with any ethereum network (testrpc, testnet, livenet)
  • The most popular language for writing smart contracts
  • This tool is ridiculously helpful for whipping up smart contracts, and interacting with them. All in your browser!
  • Library of audited, secure smart contracts backed by some of the biggest names in the biz
  • great place to find/give answers to common questions about programming in solidity
  • favorite channels -
  • A very popular strategy to allow users to interact with ethereum dapps from chrome
  • An implementation of an ethereum client written in Go.
  • A stand alone browser with a built in wallet for interacting with ethereum dapps
  • A fairly new, and incomplete browser for interacting with ethereum dapps, but it could grow to be useful

Corporate / Private Blockchains

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment