Skip to content

Instantly share code, notes, and snippets.

@apisit
Created March 7, 2018 03:41
Show Gist options
  • Save apisit/21d748adbb9285065258836394baa14f to your computer and use it in GitHub Desktop.
Save apisit/21d748adbb9285065258836394baa14f to your computer and use it in GitHub Desktop.
Zero to NEO Blockchain

Draft

From Zero to NEO blockchain

  1. What is Blockchain? Concept and fundamental overview of NEO Blockchain.
  2. Basic idea of cryptography used in NEO blockchain. Private key, public key, WIF.
  3. What type of applications that can use blockchain? Real-world applications.
  4. Story & Architecture of the application we are going to build.
  5. User Experience. UI/UX. Design.
  6. Tools and Frameworks you can use today
  7. Setting up a development environment. Private net, IDE, Compiler.
  8. Start building. Smart contract, backend ,frontend.
  9. Deploy smart contract to private net
  10. Test invoking smart Contract
  11. Combining all the components.
  12. Test run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment