Skip to content
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

Wrapper for devnet mint endpoint #447

Open
ptisserand opened this issue Feb 6, 2025 · 2 comments
Open

Wrapper for devnet mint endpoint #447

ptisserand opened this issue Feb 6, 2025 · 2 comments
Assignees

Comments

@ptisserand
Copy link
Collaborator

ptisserand commented Feb 6, 2025

To ease testing with devnet, it will be nice to provide a wrapper for devnet mint endpoint

Here is the expected payload for /mint endpoint:

POST /mint
{
    "address": "0x6e3205f...",
    "amount": 500000,
    "unit": "WEI" | "FRI"
}
JSON-RPC
{
    "jsonrpc": "2.0",
    "id": "1",
    "method": "devnet_mint",
    "params": {
        "address": "0x6e3205f...",
        "amount": 500000,
        "unit": "WEI" | "FRI"
    }
}
@rukafe0x
Copy link
Contributor

@ptisserand , may i take this issue?

@ptisserand
Copy link
Collaborator Author

ptisserand commented Feb 11, 2025

Sure, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants