Modify paynode to be an abstraction module on top of existing submodules. For a starting point, create an abstraction that allows users to process a single payment.
Questions
- Should absctraction implementations reside here, or in each specific submodule?
- Should users be able to use the core module to access and use modules directly (kind of like how they do now)?
Modify paynode to be an abstraction module on top of existing submodules. For a starting point, create an abstraction that allows users to process a single payment.
Questions