Code Monkey home page Code Monkey logo

doubloon's Introduction

Doubloon

Open-source blockchain protocol written using Python3, wrapped by Flask, a robust web-app framework.

About

Doubloon is a fairly standard proof-of-work blockchain protocol. It is not built to be a production cryptocurrency, but more of a self-educational and fun personal project. As such, it has been built to maximize efficiency and maintainability, not scalability.

Doubloon implements several deterrals to deny various service abuses. It features proof-of-work as its underlying protocol for mining, with RSA key validation to verify block transactions. Block transactions are authorized using a consensus algorithm. Again, this project is simple - consensus is determined by chain length.

Usage

Usage is fairly straightforward.

  • Clone the project
  • From the project dir, simply run
    python3 src/app.py
    • You can choose to specify the host and port with which to run the app on using -host [url] and -p [port], respectively.
  • To run the unit tests, simply run
    python3 tests/tester.py

Read more

What is Blockchain Technology?
What is Flask?

To-Do

  • Proof of Work implementation
  • Consensus Algorithm
  • Transaction Validation
  • More robust Wallet support
  • Client

Contributing

This is a personal project. As such, I'm not looking for contributions at this time. Feel more than welcome to fork the repo though :)

doubloon's People

Contributors

chuchi-chaschtli avatar

Stargazers

 avatar

Watchers

 avatar

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.