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.
NOTE
: Default Branch for repo is mainnet_V0
npx hardhat compile
npx hardhat run scripts/deployContracts.ts
npx hardhat compile
npx hardhat run scripts/verifyContracts.ts
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
Check the Integration guide here