- it's assumed that package acceptor is using React js framework
- it's assumed that package acceptor is using Wagmi web3 framework and wrapped by its provider
- Folder and file names should follow kebab-case
- Constant variables should follow UPPER_SNAKE_CASE
- All exposable local file entities should be re-exported from local module root (index.ts)
- hook/function params configuration is recommended to define using object notation
- 3rd party framework methods and types should be re-exported to preserve migration flexibility