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 to retrieve devnet predeployed accounts #448

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

Wrapper to retrieve devnet predeployed accounts #448

ptisserand opened this issue Feb 6, 2025 · 2 comments

Comments

@ptisserand
Copy link
Collaborator

To ease testing with devnet, it will be nice to provide a wrapper to retrieve predeployed accounts

Documentation to retrieve predeployed accounts:

GET /predeployed_accounts?[with_balance=true]
JSON-RPC
{
    "jsonrpc": "2.0",
    "id": "1",
    "method": "devnet_getPredeployedAccounts",
    "params": {
        // optional; defaults to false
        "with_balance": true | false
    }
}
@mimisavage
Copy link

Can I take this from here?

@ptisserand
Copy link
Collaborator Author

Can I take this from here?

We have to wait for issue #447 (PR #458 ) to be merged before working on this one.

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