Giter Club home page Giter Club logo

hello-eth's Introduction

hello-eth

⛓ An easiest way to enjoy Ethereum developments.

Knowledge base

  • Blockchain is a continuously growing list of records, called blocks, which are linked and secured using cryptography. Each block typically contains a hash pointer as a link to a previous block, a timestamp and transaction data. It enables digital currency named Bitcoin and Ethereum.
  • Bitcoin is a digital asset designed by its inventor, Satoshi Nakamoto, to work as a currency.
  • Ethereum is a decentralized platform that runs smart contracts on a custom built Blockchain. It provides a cryptocurrency token called "ether" and enables the decentralized web3.
  • web3 is a platform for decentralized apps (dApps).
  • Dapps is a Decentralized Applications on web3 which connect Frontend with Smart Contract on Blockchain.
  • MetaMask is a Dapps browsers as Chrome extension. Allows you to run Ethereum dApps right in your browser without running a full Ethereum node.
  • DAO : Decentralized Autonomous Organization,

Developers

  • web3.js is the Ethereum compatible JavaScript API which implements the Generic JSON RPC spec. It's available on npm as a node module
  • Truffle is a NodeJS Framework for Ethereum, use for compile, deploy smart contract.
  • Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM).
  • ABI : Application Binary Interface, is basically how you call functions in a contract and get data back.
  • IPC : Inter-process Communications, the mechanisms an operating system provides to allow the processes to manage shared data.
  • RPC : Remote Procedure Calls, a kind of request–response protocol

Examples

Missing

  • Advance Solidity language
  • Design Pattern
  • Package management // Truffle
  • Debug? // Bug!
  • Deploy to other network? // Slow!
  • Oracle? // Later!

TODO

  • Blockchain landscape.
  • Blockchain visualization.

hello-eth's People

Contributors

katopz avatar

Watchers

James Cloos 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.