Git Product home page Git Product logo

pi's Introduction

ReadMe

Pi(π) is a new generation blockchain technology.

Pi adopts a new consensus mechanism called IPoS(Improved Proof of Stake), which helps it reach a balance between fairness and efficiency. Pi introduces a new incentive algorithm to attract users to use and to construct the Pi network.

Pi derives from BitShares (https://github.com/bitshares/bitshares-core).

Repository Contents

libraries

This directory include all kinds of libraries used by different apps.

programs

This directory include main files for different apps.

pi_node is the most important app. This is the core server node which produce blockchains and process all kinds of RPCs.

cli_wallet is a reference wallet implement based on Pi RPC protocol.

test

Unit tests and benchmarks.

docs

Documentation of pi development.

How to Build

Pi uses cmake toolchain to build.

git clone https://github.com/pidiscovery/pi.git
cd pi
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make

You'll find a built binary program named pi_node at path pi/build/pi_node/.

License

Pi is open source and permissively licensed under the MIT license. See the LICENSE.md file for more details.

pi's People

Contributors

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