Skip to content

Commit-Boost/fabric-module

Repository files navigation

fabric-module

Commit-Boost Signer Module for the Fabric (Constraints API + URC) System

Building the URC Bindings

To refresh the Rust ABI bindings for the URC contracts, run the following steps:

  1. Make sure Foundry is installed, if you don't have it yet:

    curl -L https://foundry.paradigm.xyz | bash
    foundryup
  2. Initialize the submodules:

    git submodule update --init --recursive
  3. 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.

About

Commit-Boost Signer Module for the Fabric (Constraints API + URC) System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages