Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple blockchain for learning purpose (lockdown fun day)

License

NotificationsYou must be signed in to change notification settings

AkashBhuiyan/block-chain-by-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install The Environment:

conda env create -f environment.yml

Create Node:

To create node you must see the constant.py file to make sure about the port. After that run ./sync_node.sh 8001 bash file and then a folder will create called block-chain8001
If you want to define a new port and address, then declare it in constant.py

Syncing up the nodes :
  1. Run node.py file form block-chain8001 folder and view thehttp://localhost:8001/blockchain endpoint to see that It doesn’t have any blocks for now.
  2. Run the node.py from Parent node's (block-chain) folder
  3. Stop the block-chain8001's node.py file an run it again
  4. hit this urlhttp://localhost:8001/blockchain and see the result

About

Simple blockchain for learning purpose (lockdown fun day)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp