Coder Social home page Coder Social logo

martinferianc / blockchaintutorials Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.17 MB

This repo contains tutorials, exercises taken from an Udemy course about blockchain

License: MIT License

JavaScript 90.26% HTML 7.23% CSS 2.51%
blockchain solidity tutorial javascript

blockchaintutorials's Introduction

Blockchain Tutorials

This repo contains tutorials, notes and coude about how blockchain works.

It is a copy of an Udemy course which can be found at Link. It was originally made by Stephen Grider and the course is fantastic.

Contents

  • Section 1 - What is Blockchain, Solidity etc.
  • Section 2 - Solidity and Smart Contracts + a Sample Starting project Inbox

Requirements

Basic understanding of programming concepts and languages, especially Javascript.

Then there are some libraries that we have to install to start working on it:

Mac OS X

  1. You will need Homebrew which you can get:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. You will need Xcode and command line tools installed. You will get XCode from the AppStore and command line tools as: Link

  2. You will need npm, which you can get from:

# If you do not have node.js
brew install node

If you are struggling check out htis link: Link

To make sure you have Node and NPM installed, run two simple commands to see what version of each is installed:

To see if Node is installed, type node -v in Terminal. This should print the version number so you’ll see something like this v0.10.31. To see if NPM is installed, type npm -v in Terminal. This should print the version number so you’ll see something like this 1.4.27

  1. Install solidity compiler solc:
npm install solc
  1. Install test framework (Mocha), local test network (Ganache) and Web3, we are going to install a very specific version of web3, whcih follows the one described in the tutorial
npm install --save mocha ganache-cli [email protected]

Contribution

Please feel free to submit a PR improving this tutorial, I have made it myself and I expect there are a lot of mistakes and misunderstandings so every help is very welcome.

Author

Martin Ferianc, 2018-

blockchaintutorials's People

Contributors

martinferianc avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.