/blockchain-learn1

A first step towards building a decentralised blockchain application.

Primary LanguageHTMLMIT LicenseMIT

Learning BlockChain.

This is a attempt to a successful blockchain application with minimalistic feautures.

Getting Started

Some basic information of Bitcoin, Blockchain and Ethereum is required. The programming language used is javascript, so having moderate proficiency is must.

Prerequisites

These software are required to run this application on your system.

  • node (v9.4.0 or higher)
  • etherereum-testrpc (a node package)
  • express (a node package)
  • yarn (optional, but i have used it extensively)

Installing

First install node using this link.

After that run these commands in your terminal.

npm i -g ethereum-testrpc
npm i -g express

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Youtbe Tutorial of Vlad Wulf.
  • Inspiration from Siraj Raval.