/ethx

Primary LanguageSolidityGNU General Public License v3.0GPL-3.0

License: GPL v3

Overview

ETHx is a multi pool architecture for node operations, designed for decentralization, scalability, and resilience. This design is integral to our ability to democratize node operations and adapt to increasing demand. Our structure includes a permissionless pool, where anyone can participate and operate nodes, thereby fostering widespread participation. Alongside this, we also feature a permissioned pool. This is a select group of validators known for their consistent high performance.

Resources

Deploy

NOTE: Default Branch for repo is mainnet_V0

npx hardhat compile
npx hardhat run scripts/deployContracts.ts

Verify

npx hardhat compile
npx hardhat run scripts/verifyContracts.ts

Tests

Installing foundry:

# install foundry
curl -L https://foundry.paradigm.xyz | bash

# extra step for macOS
brew install libusb

# run
foundryup
npm install
forge install

Using the test suite:

forge build
forge test
forge test --gas-report
forge coverage

Integration

Check the Integration guide here