Commit-Boost Signer Module for the Fabric (Constraints API + URC) System
To refresh the Rust ABI bindings for the URC contracts, run the following steps:
-
Make sure Foundry is installed, if you don't have it yet:
curl -L https://foundry.paradigm.xyz | bash
foundryup
-
Initialize the submodules:
git submodule update --init --recursive
-
Run
forge
to build the bindings:cd ./urc
forge bind --crate-name urc --overwrite --bindings-path ../src/bindings/urc
The new bindings will be in the src/bindings/urc
module.