-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose devnet endpoints #1586
Comments
That may actually be a good first issue, as the necessary implementations and types are here, and this should be placed under the |
Hello @glihm I would like to work on this issue :D |
Sorry guys for the delay on this one. @PedroRosalba if you're still around, please let's know. If not, @fabrobles92 will be assigned to you. 👍 |
@fabrobles92, all yours! |
@glihm I am looking into this now and want to make sure I understand correctly what is needed here. I have to add the following methods to the trait Note. Note 2. Or I need to create a new endpoint somewhere with those routes? |
Sorry @fabrobles92 I just totally missed that. Could we catch up during the week? That's perfect under |
Any update on that @fabrobles92? |
Currently looking into the implementations and types that already exist in code. |
If this is still open, I'd like to step in I was an early contributor to the Starknet community. After being disconnected for a few months, I’m eager to get back on track, and I’d like to work on this issue as a way to re-engage and contribute actively again. Aside from that, I’m passionate about seeing Web3 gaming thrive, and I believe Dojo is the best project to make that vision a reality. |
Is your feature request related to a problem? Please describe.
To support argentX & braavos, katana should expose some http endpoints.
Describe the solution you'd like
support /predeployed_accounts (GET)
support /account_balance (GET)
support /fee_token (GET)
support /mint (POST)
Additional context
Im not sure which of those methods are required/used.
After testing some, /predeployed_accounts is called, but those accounts are not used
Seems both argentX & braavos deploy there own accounts and fund it using /mint
the way tis handled in starknet-devnet-rs
https://github.com/0xSpaceShard/starknet-devnet-rs/blob/e3c69015fa19f261487ea094caee2c72cdc3a64b/crates/starknet-devnet-server/src/server.rs#L44-L47
The text was updated successfully, but these errors were encountered: