Francesco Ceccon
Francesco Ceccon
Hey @xJonathanLEI, do you have a specific design in mind for the abi decoder? Would something like `ethabi` with `Token` (a concrete representation of a serializable value) and `ParamType` (the...
The code was last updated 5 years ago, since then a few things changed in Chrome. I will look into it as soon as possible to see if I can...
Good catch thank you!
> Hi @fracek, can I proceed to fix this bug? Happy to review a pr that fixes this.
Also, make sure to test the changes by [updating the starknetid demo to always use mainnet](https://github.com/apibara/starknet-react/blob/main/website/components/demos/starknetid.tsx).
Hello, this code is still not working. Can you comment once you TESTED on your machine that it is using a chain (e.g. mainnet) that is different from the currently...
While we wait for the companion app, here's how to deploy an arcade account. **Generate private/public key** ```ts import { ec, stark } from "starknet"; const privateKey = stark.randomAddress(); const...
I pushed a version of `@starknet-react/chains` that includes RPCs (public only atm) for Sepolia. Will close the issue once all RPC providers have been updated.
Thanks. Will look into it.
Yes, I think that would be a great idea! The main issue is that starknet.js provider doesn't support it because it defaults to the gateway provider. Until the ecosystem moves...