Skip to content

Python blockchain with a Flask API and a React frontend

Notifications You must be signed in to change notification settings

dxnter/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain

Simple Python blockchain with a Flask API and a React frontend. The blockchain was from a course while the front end was a rewrite in React.

Site image

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Both the Python API and the development server for the client need to be running simultaneously.

git clone https://github.com/dxnter/blockchain.git
cd blockchain/client
npm i OR yarn
npm start OR yarn start
-- In a separate console at the root project directory --
python node.py [-p]

Paramaters

-p Optional • The port the node should run on, if omitted the default value is 5000

Built With

  • Python
  • React
  • Redux
  • redux-thunk
  • redux-form
  • formik
  • styled-components
  • semantic-ui-react

About

Python blockchain with a Flask API and a React frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published