Git Product home page Git Product logo

Comments (3)

statictype avatar statictype commented on August 16, 2024

the app already displays an input for each constructor / message argument
they are simple html text inputs at the moment

it's curious that with the current implementation instantiation still works
i am passing the string "false" to flipper's new constructor and the value is converted by the api
same for erc20 where i pass a number as string
maybe we don't need to convert ourselves.

i think we should separate the discussion to:

  • validation and type conversion (the field should not be valid unless some criteria, what is the criteria for each type)
  • UI for special inputs (dropdown for booleans, how is Balance different from number?)

what would be an example of unsupported type?

from contracts-ui.

kwingram25 avatar kwingram25 commented on August 16, 2024

Correct that much of the time the string is sufficient, but still it would be ideal to handle each type correctly eventually - dropdown for bool etc. The hardest to support will be structs, enums, and vectors - these are potentially nested. I'm not sure if the JSON-like representation works for these.

from contracts-ui.

statictype avatar statictype commented on August 16, 2024

closed in #124

from contracts-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.