The Forte Rules Engine is a protocol that is deployed and ready for you to hook into. Below is the list of currently supported testnets.
NetworkRules Engine AddressVersion
Base Sepolia0x2d70d9f8c49587663d3503adfca215683266a40c0.5.0
Ethereum Sepolia0x9871a524e1bc8cb556333be37f69dffabff886840.5.0
Local Anvil Chain0x8A791620dd6260079BF849Dc5567aDC3F2FdC3180.5.0

Working Locally With Anvil

You have two options to work with the Rules Engine locally before deploying to a live network.
  1. Fork a testnet with the Rules Engine already deployed to it.
anvil --fork-url <RPC_URL_OF_NETWORK>
When using the --fork-url approach, the address that the protocol is deployed to for that chain is what you will use in your application.
  1. Start Anvil with a dump state file.
    anvil --load-state anvilState.json
    
    You can get a copy of the anvilState.json file for this option here: https://github.com/forte-service-company-ltd/fre-quickstart/blob/main/anvilState.json