ubiquity / ubiquity-dollar

Ubiquity Dollar (UUSD) smart contracts and user interface.
https://uad.ubq.fi
Apache License 2.0
34 stars 91 forks source link

Rivet #791

Closed 0x4007 closed 1 year ago

0x4007 commented 1 year ago

"React DevTools for crypto" from Paradigm

https://twitter.com/keyrxng/status/1696579627756449864

@Keyrxng do you think it makes sense for us to add Rivet instead?

Keyrxng commented 1 year ago

I was going to suggest that when I saw it but it will require viem and wagmi upgrades for sure if trying to embed it somehow otherwise have it included in dev flow as a standalone tool to use. That's why I didn't think it was worth re-suggesting due to the previous talk on viem etc. But as a standalone it would benefit devs far more than what I was able to pipe into the UI as I didn't know of EIP-6963 until after I saw Rivet if I'm being honest. And it just has a shitton of data visualization which there isn't much of other than the anvil console in what I pushed but Rivet I believe trumps that.

rndquu commented 1 year ago

Rivet is a browser extension that calls the same anvil's "cheat" RPC methods as already implemented in this issue. It doesn't require any special integration on our side so Rivet can be used as a standalone dev tool.

ubiquibot[bot] commented 1 year ago

Permit generation skipped because the issue was not closed as completed

If you've enjoyed your experience in the DevPool, we'd appreciate your support. Follow Ubiquity on GitHub and star this repo. Your endorsement means the world to us and helps us grow!
We are excited to announce that the DevPool and UbiquiBot are now available to partners! Our ideal collaborators are globally distributed crypto-native organizations, who actively work on open source on GitHub, and excel in research & development. If you can introduce us to the repository maintainers in these types of companies, we have a special bonus in store for you!

0x4007 commented 1 year ago

I was going to suggest that when I saw it but it will require viem and wagmi upgrades for sure if trying to embed it somehow otherwise have it included in dev flow as a standalone tool to use. That's why I didn't think it was worth re-suggesting due to the previous talk on viem etc. But as a standalone it would benefit devs far more than what I was able to pipe into the UI as I didn't know of EIP-6963 until after I saw Rivet if I'm being honest. And it just has a shitton of data visualization which there isn't much of other than the anvil console in what I pushed but Rivet I believe trumps that.

Talked to the creator of TypeChain (he came over to my house during Korea Blockchain Week lol) and he said that it is now deprecated in favor of viem.

@rndquu something to consider if our current tech stack becomes an issue.