Skip to content

aduttya/First-Blockchain-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Creating blockchain project without any framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published