Core Concepts
Calling Contracts
Smart contracts that subscribe to Forte Rules Engine policies
A calling contract is any smart contract that invokes the Forte Rules Engine to check a policy. Essentially, this is the onchain portion of your application and is fully under your control.
To subscribe a smart contract to a policy, it must extend the RulesEngineClient
contract included in the Forte Rules Engine.
For full integration of your contract with the Forte Rules Engine, see the guidelines in the links below: