port

Results 23 comments of port

[linkt to the commit](https://github.com/BuidlGuidl/abi.ninja/pull/71/commits/ce5d6e8128d68d87bf3fa1a1783454a98ac9db7a) The way I made the height of the component here is tricky... I basically used the same div with an empty char instead of the go...

https://github.com/BuidlGuidl/abi.ninja/assets/108868128/d4085f90-fcac-4e92-a70e-c17219739065 Updated the UI according to Andrea's design, but merging the current styles with hers. Honestly, the new UI looks much better, I am really excited for it!

@technophile-04 Yes, you are right, heimdall-rs currently cannot decompile that contract and returns with an error, but my backend does not handle it gracefully. For now I am adding a...

Thanks for reminding me the conflicts! Here is [the repo for the backend,](https://github.com/portdeveloper/gulltoppr) I use fly.io for deployment so a simple `flyctl launch` is enough for deploying the backend.

Sorry about the conflicts 😢 , fixed!

I also agree that we should give the user the option to tick a box for "This is a proxy contract" or maybe if we detect a contract but no...

https://heimdall-api.fly.dev/ I already have a backend ready but it definitely is not an optimized one :D The way you use it is: https://heimdall-api.fly.dev/generate-abi/0x78bee64f2e74a2e5b561152059c389da74124914 This is the SimpleStream contract by buildguidl

My current backend is not optimized at all but it works fine for testing purposes. I made gpt write the code for it and it is a huge image right...

@carletex Yes, the docker image is too big and I am having trouble optimizing it since I don't know how to handle dockerfiles and it currently is deployed to fly.io....