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 Sepoliaupdate coming soon
BSC Testnetupdate coming soon
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/thrackle-io/fre-quickstart/blob/main/anvilState.json