Massa Plugin
Overview​
This plugin aims to be the basis of all interactions with the Massa ecosystem.
Adding a new action​
Reuse providers and utilities from the existing actions where possible. Add more utilities if you think they will be useful for other actions.
- Add the action to the
actions
directory. Try to follow the naming convention of the other actions. - Export the action in the
index.ts
file.