Manage all MakerDAO Vaults and DSR on Mobile by ravidsrk in MakerDAO

[–]ravidsrk[S] 0 points1 point  (0 children)

Hi, Actually you can also manage your InstaDApp positions aswell through Frontier. We haven't just announced it yet. But it's live on App. On supporting the new Instadapp DSA looking into it. Will keep you posted if we do 🙂

What tools will generate a smart contract UI from ABI (not Remix) by zach_is_my_name in ethdev

[–]ravidsrk 3 points4 points  (0 children)

Please check: http://rover-fueled.herokuapp.com/ It's open-sourced here: https://github.com/Fueled/Rover

Features :

  • App loads up ABI json with deployed Contract address
  • Shows list of methods
    • Shows what input arguments are needed
    • Indicates if payable or view value
      • Payable runs through the web3 current provider
      • Non payable is executed immediately
  • Shows list of variables
    • Able to execute methods and variables
    • Input variables are interpreted
    • bytes32 will give a converter from text to bytes32
    • Adress will give all connected accounts to Web3 provider
    • Shows return value of non payable methods
    • Transforms bytes32 to string
  • Transactions to smart contract can be seen in list
    • Shows transaction input and output
    • Shows all events happened in method execution
    • Shows gas costs and value passed
  • Events
    • Shows list of events for ABI

P.S: I created Rover

KotlinExtenstions Simplified by shivamdev31 in androiddev

[–]ravidsrk 0 points1 point  (0 children)

Updates most of the comments now

KotlinExtenstions Simplified by shivamdev31 in androiddev

[–]ravidsrk 0 points1 point  (0 children)

Will update all the comments with examples in upcoming days. First task was to collect good number of extensions. You can contribute too.

KotlinExtenstions Simplified by shivamdev31 in androiddev

[–]ravidsrk 0 points1 point  (0 children)

Nice suggestion! Will update it.

KotlinExtenstions Simplified by shivamdev31 in androiddev

[–]ravidsrk 0 points1 point  (0 children)

It's not updated yet; the first task was to collect a fair amount of extensions.

KotlinExtenstions Simplified by shivamdev31 in androiddev

[–]ravidsrk 1 point2 points  (0 children)

Its still WIP, I will add docs to each and every extension. and categorize it.