Code Monkey home page Code Monkey logo

chizcoin's Introduction

ChizCoin : a simple blockchain implementation using python

in a very noob way, i used flask to build API and bootstrap to makeup a (so called) frontend and ajax to handle requests in general it was all for training .

Node Demo

ChizNode demo

Client Demo

ChizNode Client

What is ChizCoin?

ChizCoin consists of 2 main parts :

  1. ChizCoin Node: Node's features: - Several Nodes can connect together and resolve chain conflicts between each other - (Simple) Proof of Work algorithm - RSA ecryption in transactions - Beautiful main page :") tss - Dashboard for miners
  2. ChizCoin Client: Client's features: - Public/Private key encryption is used in wallet generation - again , RSA encryption in generation transaction.

sources

Requirements

requirements can be found in requirement.txt file and can be installed using

pip3 install -r requirements.txt

How to run Chiz node/client?

node

go to the blockchain_node folder and run :

python blockchain.py [-p port]

default port for node is 5000 but you can set different port number , for example python blockchain.py -p 5050 runs the node on porn number 5050. you can access Chiz Node by going to localhost:5000 (or port number instead of 5000)

client

go to blockchain_client folder and run

python blockchain_client [-p port]

default port for client is 8080 but you can set different port number. you can access Chiz Client by going to localhost:8080 (or port number instead of 8080)

Here's a thing

This won't be bugless

chizcoin's People

Contributors

sinamna avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

linhnt31 gifburst

chizcoin's Issues

Opinion

Bro , this project contains 80 % " Noobiat " + 10 % creativity + 10 % good resources.
I only stared it for that 20 percents.
Good luck bitch ๐Ÿ‘๐Ÿป

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.