Deploy Client Contracts
Deploy Token Handlers
Connect your tokens to the App Manager
The Token Handler contract connects a token to the protocol and the Application Manager, providing the ability to configure rules. You must deploy a token handler for each token you want to connect to the protocol.
Prerequisites
The following steps must already be completed on the target chain:
-
The Protocol has been deployed
-
You have deployed an Application Manager
-
You have created at least one Application Administrator role in the Application Manager
ERC-20 Token Handler Deployment
- Ensure the environment variables are set correctly. The
DEPLOYMENT_OWNER
andDEPLOYMENT_OWNER_KEY
are used by the deployment script. - Run a script to deploy the Handler:
- Run a script to configure the Handler:
ERC-721 Token Handler Deployment
- Ensure the environment variables are set correctly. The
DEPLOYMENT_OWNER
andDEPLOYMENT_OWNER_KEY
are used by the deployment script. - Run a script to deploy the Handler:
- Run a script to configure the Handler: