The agent currently support the connection with Lotus FVM and FEVM-based subnets. The goal of this issue is to implement the integration of the agent with an underlying FEVM Fendermint subnet.
This implied the implementation of:
Under the hood we will be using the ethers library to interact with Fendermint, so I would expect this integration to be "fairly simple"
The agent currently support the connection with Lotus FVM and FEVM-based subnets. The goal of this issue is to implement the integration of the agent with an underlying FEVM Fendermint subnet.
This implied the implementation of:
SubnetManagerand all the end-to-end operations for the lifecycle of a subnet.Under the hood we will be using the
etherslibrary to interact with Fendermint, so I would expect this integration to be "fairly simple"