Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 958 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 958 Bytes

Tests

dlc-symbiotic

Repository for iBTC Network's Symbiotic integration.

Development

Build

$ forge build

Test

$ forge test

Usage

You can start a local Sepolia fork using:

anvil --fork-url https://eth-sepolia.g.alchemy.com/v2/your-api-key

And deploy a standard configuration of a Vault and the NetworkMiddleware contract using:

forge script DeployAll 11155111 --rpc-url http://localhost:8545 --broadcast -vvvv --private-key 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d --sig 'run(uint256)'

Workflow and Dependencies

workflow_and_dependencies

Slashing

slash_flow