Skip to content

ErayBD/blockchain-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

blockchain-demo

Creating a blockchain of our own from scratch.


Requirements for the demo:

  • Python3 - Programming language
  • Flask - Web framework for Python
  • Postman - API

Introduction

  • Through Flask Web App, we run our code on port 5000.

1

  • While the server is running, let's go to the postman application and test our methods.
/mine_blocks
/get_chain
/is_valid

/get_chain - Shows all the blocks in the chain with all the infos it contains.

1


/mine_block - Adds a new block to the chain with all the infos it contains.

2


/is_valid - Checks whether the chain is valid.

3

About

Building a blockchain of our own from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages