Replies: 3 comments 6 replies
-
@tbwebb22 i'm not sure about step 3. in my head, to start, a plugin is just one thing, which results in one (set of) transaction(s). What are you envisioning as the difference between a "plugin" and "actions" on a plugin |
Beta Was this translation helpful? Give feedback.
-
Kinda nitpicky, but maybe step 9 should just be included as one of the options on the list of step 10. |
Beta Was this translation helpful? Give feedback.
-
For sure, I'd think they have to be. But like, for the Uniswap example, nothing would need to be hardcoded. User input (token addresses, fee rate) can be used to determine the pool address, for example. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Fractal plugins are react code which initially will live on the fractal-interface repo. They serve the purpose of making it easier for users to craft transactions that will be executed by the DAO contract. These plugins may interact with multiple Fractal modules or other contracts on chain.
The workflow below documents the steps users will go through, and logic happening behind the scenes.
User actions are in italics.
Open Question: A plugin that interacts with other contracts on chain that are not Fractal modules: How is the plugin aware of these? Are these addresses hard-coded into the plugin?
Beta Was this translation helpful? Give feedback.
All reactions