Git Product home page Git Product logo

distributed-ledger's Introduction

distributed-ledger

A dummy bitcoin simulation.

setup

enviornment

We tested the code on Ubuntu 16.04 machines running mininet version 2.2.1

  1. The entire design is centered around asynchronous tasks using the asyncio module, so the code requires Python 3.6.

To install the required Python 3 packages, run:

pip3 install --user aioconsole==0.1.3 ecdsa==0.13
  1. mininet is not available with Python 3, so part of the code also requires Python 2.

To install the required Python 2 packages, run:

pip2 install --user mininet==2.2.1
  1. Apart from this, ensure that mininet is properly setup.

running the code

In a terminal window, run:

sudo python2 start_network.py 10

This will spawn 10 nodes (each with a separate xterm.)

The start_network terminal provides a REPL that can be used to modify the network - add, remove nodes etc.

The first spawned xterm has another REPL that allows us to execute RPCs on a host. This can be used to demo money transfer etc.

Both REPL interfaces have a help command that lists all available commands and their usage.

distributed-ledger's People

Contributors

dufferzafar avatar hthuwal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.