Skip to content

haqq-network/haqq

Repository files navigation

Haqq

Haqq is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum. It's built using the Cosmos SDK which runs on top of CometBFT consensus engine. Ethereum compatibility allows developers to build applications on Haqq using the existing Ethereum codebase and toolset, without rewriting smart contracts that already work on Ethereum or other Ethereum-compatible networks. Ethereum compatibility is done using modules built by Tharsis for their Evmos network.

Haqq Network’s Shariah-compliant native currency is ISLM – Fatwa.

Note: Requires Go 1.20+

Installation

Note: Make sure that you install Go (you can follow official guide Install Go and GOPATH is configured for source directory).

For prerequisites and detailed build instructions please read the Installation instructions. Once the dependencies are installed, run:

make install

Or check out the latest release.

Quick Start

To learn how the Haqq works from a high-level perspective, go to the Intro section from the documentation. You can also check the instructions to Run a Node.