This repo should help you get set up to build on top of the Hyperdrive Protocol. This repo includes a HelloWorld.sol
file that integrates with Hyperdrive and a HelloWorld.t.sol
file that demonstrates how to run helloWorld()
.
Copy the .env_template
and create a filled out .env
file.
$ forge install
$ forge build
$ forge test -vv