Repository for the dlc-link Symbiotic integration.
You can start a local Sepolia fork using:
anvil --fork-url https://eth-sepolia.g.alchemy.com/v2/your-api-key
And deploy the NetworkMiddleware contract using:
forge script SetupNetworkMiddleware --rpc-url http://localhost:8545 --broadcast -vvvv --private-key 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
$ forge build
$ forge test
$ forge fmt
$ forge snapshot
$ anvil
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
$ cast <subcommand>
$ forge --help
$ anvil --help
$ cast --help