infernet-sdk icon indicating copy to clipboard operation
infernet-sdk copied to clipboard

Bringing off-chain compute workloads to on-chain smart contracts.

Results 13 infernet-sdk issues
Sort by recently updated
recently updated
newest added

The Coordinator contract requires `via_ir = true` in compiler settings, which significantly increases compilation time. When smart contracts integrate with the Ritual contract, they typically only need to inherit from...

Greetings! I'm playing around with a dummy consumer contract, but I get the following error on build step: ```sh Error: Compiler run failed: Error: Compiler error (/solidity/libsolidity/codegen/LValue.cpp:56):Stack too deep. Try...

At [installation instructions](https://docs.ritual.net/infernet/sdk/introduction#install-the-sdk) we have the following directions (1) `forge install ritual-net/infernet-sdk` and then (2) add remappings: ```txt infernet/core=lib/infernet/contracts/src infernet/tests=lib/infernet/contracts/test ``` I think this should instead be: ```diff -infernet/core=lib/infernet/contracts/src -infernet/tests=lib/infernet/contracts/test...

hello, fix link to a correct re-direct. you are welcome !

Hey ! GitHub‑hosted runners now use Node 20, so checkout v4 is required This PR updates all workflows to actions/checkout@v4 , no functional changes expected

Fixed broken link in README.md

Hello During studying the code My OCD observed some minor typos in the code comments that I fixed here Hope it helps. Br, Tudor

To make the documentation more visually engaging, easier to navigate, and to highlight key sections, improving readability