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 Address
Base Sepolia0xD8723A7bBd86259131aD982B3c61aEc5D5F06d20
Ethereum Sepolia0x6039C14B2B50577C2F22D943F4984466D6B6D3e1
Local Anvil Chain0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6

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