Skip to content

DLC-link/dlc-symbiotic

Repository files navigation

dlc-symbiotic

Repository for the dlc-link Symbiotic integration.

Slashing

slash_flow

Usage

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

Development

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published