You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to work on this issue. However, I’m new to this codebase and would appreciate some guidance to get started. Could you point me to the files or modules where the input fields and wallet connection logic are implemented?
Additionally, are there any specific practices or contributions guidelines I should follow for this project?
Hello @mdimado i really appreciate your attention to this project.
Unfortunately project doesn't have good documentation for developer onboarding yet. It's work in progress. There is only CONTRIBUTING.md with project workflow
Instance of this package stored globally in this.$tonConnectUI vue component attribute, it have access from any component
Input fields code is located in src/components/Fields/FieldList.vue. This component iterates over smart contract ABI fields and add fields components by its type
All implemented input field types can be found in FieldList.vue component
To reproduce
Actual result
Inputs are not disabled and you can click "execute" transaction
Expected result
Fields are disabled and it is not allowed to execute transaction
Environment
Any environment
The text was updated successfully, but these errors were encountered: