Skip to content

MIRChain/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

MIR blockchain

Inspiration: Mir (Russian: Мир, IPA: [ˈmʲir]; lit. 'peace' or 'world') was the first modular space station and was assembled in orbit from 1986 to 1996.

Features

  • Different types of crypto signature can be chosen:
  • Different type of hash function can be chosen:
    • SHA3
    • SteebogHash
  • Different consensus algorithms are also available:
    • Proof-of-Work
    • Proof-of-Authority
    • Raft
    • iBFT
    • QBFT
  • High transaction throughput at Proof-of-Authority/Raft/iBFT/QBFT consensus
  • All of the EVM and Ethereum tools working out of the box

Documentation can be found here: https://mirchain.github.io/MIR/

Building the source

Building mir requires both a Go (version 1.18 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run

make mir

or, to build the full suite of utilities:

make all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published