Skip to content

xujiamingtxwd123/fractalchains

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FractalChains

Build Status

Project Description:

An implementation of Silvio Micali's Algorand - The Efficient Public Ledger

Problem:

  • Proof of work computation waste
  • Concentration of mining power

Solution:

Algorand

Build Instructions

Ensure you've installed nix.

$ export NIX_PATH+=:fractalide=https://github.com/fractalide/fractalide/archive/master.tar.gz
$ git clone git://github.com/fractalide/fractalchains.git
$ cd fractalchains
$ nix-build --argstr node test

or

$ git clone git://github.com/fractalide/fractalchains.git
$ cd fractalchains
$ nix-build --argstr node test -I fractalide=/path/to/your/fractalide/clone

or

$ git clone git://github.com/fractalide/fractalchains.git
$ cd fractalchains
$ nix-build --argstr node test -I fractalide=https://github.com/fractalide/fractalide/archive/master.tar.gz

Guidelines

  • A specification SHOULD be created and modified by pull requests according to RFC 1/C4
  • Specification lifecycle SHOULD follow the lifecycle defined in RFC 2/COSS
  • Specification SHOULD use the MPLv2 license
  • Specification SHOULD use RFC 2119 key words.
  • Non-cosmetic changes are allowed only on Raw and Draft specifications.

Stability Status:

Releases

No releases published

Packages

 
 
 

Languages

  • Nix 93.7%
  • Shell 5.3%
  • Rust 1.0%