Technical Architecture
HyperPaxeer Network is a capital orchestration network built as part of the Alexandria Fork upgrade, migrating validators from the original Paxeer Network (geth PoS, chain ID 229) to this new high-throughput Proof-of-Stake EVM blockchain (chain ID 125). It is built using the Cosmos SDK which runs on top of the CometBFT consensus engine, providing full Ethereum compatibility and interoperability with fast finality, high transaction throughput and short block times (~2 seconds).Network Information
| Parameter | Value |
|---|---|
| Chain ID (Cosmos) | hyperpax_125-1 |
| EVM Chain ID | 125 |
| Token Symbol | PAX |
| Base Denomination | ahpx |
| Display Denomination | hpx |
| Bech32 Prefix | pax |
| RPC Endpoint | https://mainnet-beta.rpc.hyperpaxeer.com/rpc |
| Block Explorer | paxscan.paxeer.app |
- Leveraging modules and other mechanisms implemented by the Cosmos SDK.
- Implementing CometBFT’s Application Blockchain Interface (ABCI) to manage the blockchain.
- Utilizing
gethas a library to promote code reuse and improve maintainability. - Exposing a fully compatible Web3 JSON-RPC layer for interacting with existing Ethereum clients and tooling (Metamask, Remix, Truffle, etc).
Cosmos SDK
Paxeer Network enables the full composability and modularity of the Cosmos SDK. As a Cosmos chain, Paxeer Network is a sovereign blockchain with its own native token, that can connect to other chains through IBC. It includes standard modules from the Cosmos SDK, that work side to side with Paxeer Network-specific modules, built by the Paxeer Network core development team. Check out the list of modules to get an overview of what each module is responsible for.CometBFT & ABCI
CometBFT consists of two chief technical components: a blockchain consensus engine and a generic application interface. The consensus engine ensures that the same transactions are recorded on every machine in the same order. The application interface, called the Application Blockchain Interface (ABCI), enables the transactions to be processed in any programming language. CometBFT has evolved to be a general-purpose blockchain consensus engine that can host arbitrary application states. Since it can replicate arbitrary applications, it can be used as a plug-and-play replacement for the consensus engines of other blockchains. Paxeer Network is an example of an ABCI application replacing Ethereum’s PoW via CometBFT’s consensus engine. Another example of a cryptocurrency application built on CometBFT is the Cosmos network. CometBFT can decompose the blockchain design by offering a very simple API (ie. the ABCI) between the application process and consensus process.EVM Compatibility
Paxeer Network enables EVM compatibility by implementing various components that together support all the EVM state transitions while ensuring the same developer experience as Ethereum:- Ethereum’s transaction format as a Cosmos SDK
TxandMsginterface - Ethereum’s
secp256k1curve for the Cosmos Keyring StateDBinterface for state updates and queries- JSON-RPC client for interacting with the EVM
Contributing
There are several ways to contribute to the HyperPaxeer Network core protocol. To get some hands-on experience, we recommend you spin up a local node using the Paxeer CLI and interact with it through queries and transactions using the supported clients. Then if you’re hooked you can- Contribute open-source to issues on GitHub using the Contributor Guidelines
- Search for bugs and earn a bounty