The all-in-one developer toolkit for building and testing smart contracts on HyperEVM.
CoreWriterLib and PrecompileLib
Libraries to simplify the process of writing EVM contracts which interact with HyperCore
These securely abstract away the low-level mechanics of Hyperliquid's EVM ↔ Core interactions so developers can focus on building your protocol's core business logic.
HyperCore foundry simulation
A robust testing framework to simulate HyperCore interactions (bridging, precompile-reads, and CoreWriter actions) in foundry tests.
This enables developers to seamlessly test their contract's HyperCore interactions -- all locally in a foundry test environment, in seconds -- instead of spending hours in testnet.
Demo video: https://reccloud.com/u/u37yz8b
(Watch in 1.5-2x speed)
Github repo: https://github.com/hyperliquid-dev/hyper-evm-lib
Docs: https://hyper-evm-lib.vercel.app
(View the repo for the docs site here)