Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for contract entrypoints signature vs JS parameters #2153

Closed
roxaneletourneau opened this issue Nov 25, 2022 · 0 comments
Closed
Labels
documentation Improvements or additions to documentation
Projects
Milestone

Comments

@roxaneletourneau
Copy link
Collaborator

Is your feature request related to a problem and use case? Please describe.

Developers sometimes ask questions about formatting parameters for type signatures that don’t exist in the doc.

Describe the solution you'd like

Take the type signature of >100 of the most popular contracts on Tezos and give the correct parameters to pass to these entrypoints with Taquito. There would be 2 columns, on the left, the type signature in Michelson, and on the right, the JS parameters to pass to the method. (We should show both with methods and methodsObject, that would also be a good opportunity to show the differences between the 2 solutions and which one to choose according to the type signature)

@roxaneletourneau roxaneletourneau added the documentation Improvements or additions to documentation label Nov 25, 2022
@Innkst Innkst added this to To do in dev via automation Dec 9, 2022
@Innkst Innkst added this to the v15.2 milestone Dec 9, 2022
@claudebarde claudebarde moved this from To do to In progress in dev Dec 14, 2022
@Innkst Innkst modified the milestones: v16.1, v15.1 Jan 4, 2023
@Innkst Innkst moved this from In progress to Review in progress in dev Jan 11, 2023
@Innkst Innkst modified the milestones: v15.1, v16 Jan 11, 2023
@Innkst Innkst moved this from Review in progress to In progress in dev Jan 18, 2023
@claudebarde claudebarde moved this from In progress to Review in progress in dev Feb 8, 2023
@dsawali dsawali moved this from Review in progress to Done in dev Mar 1, 2023
@Innkst Innkst closed this as completed Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
dev
  
Done
Development

No branches or pull requests

3 participants