An implementation of Silvio Micali's Algorand - The Efficient Public Ledger
- Proof of work computation waste
- Concentration of mining power
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
- 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.
- Raw
- Draft
- Stable
- Deprecated
- Retired