Skip to main content
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 Sepolia0x8152e2c67c608d0ba8fb4ca98f0ef6ec0e15b7060.9.2
Ethereum Sepolia0x7986a3f5756E18e369e7b06211cD8753D1D9d52C0.9.2
Local Anvil Chain0x8A791620dd6260079BF849Dc5567aDC3F2FdC3180.9.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