Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

sahajsoft/blockchain_101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain_101

Beginner level course for blockchain

Prerequisites

Install docker on your machine

Run

To build and run the private blockchain network:

cd network
docker-compose up

To deploy the dapp and run the api server:

cd dapp
docker build -t dapp .
docker run --network="network_privatechainnet" --ip 172.16.0.7 -p 3001:3001 dapp

To deploy the app server:

cd frontend
docker build -t ui .
docker run --network="network_privatechainnet" -p 9000:9000 ui

To access the network monitor:

http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published