Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 653 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 653 Bytes

First Blockchain Project

Create your first blockchain project from scratch

Installation

use npm and nodejs to install to packages

npm i ganache-cli
npm i solc
npm i browserify

starting Project

  • create your project directory
  • In your Project directory create above files

Want to know more about packages

ganache-cli

it provides a local blockchain for your system with default ten accounts and their private keys.

solc

It is a compiler use for solidity.

Browserify

It helps to convert javascript file to browser understandable file.