Get Started
Networks
Supported Networks for the Forte Rules Engine v2
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.
Network | Rules Engine Address |
---|---|
Base Sepolia | update coming soon |
BSC Testnet | update coming soon |
Local Anvil Chain | 0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6 |
Working Locally With Anvil
You have two options to work with the Rules Engine locally before deploying to a live network.
- Fork a testnet with the Rules Engine already deployed to it.
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.
-
Start Anvil with a dump state file.
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