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

Add high-level methods for wallet #37

Open
1 task
LimpidCrypto opened this issue Sep 2, 2022 · 0 comments
Open
1 task

Add high-level methods for wallet #37

LimpidCrypto opened this issue Sep 2, 2022 · 0 comments
Labels
3rd month Planned to be worked on in the third month. Estimate budget: 10,000 $ enhancement New feature or request XRPL Grants This issue is planned to get resoled as part of the XRPL Grants program (within 8 months)

Comments

@LimpidCrypto
Copy link
Collaborator

  • generate_faucet_wallet
  1. Generates a random wallet and funds it with some amount of XRP (usually 1000 XRP).

  2. The function uses the destination field to tell what account to fund.

fields type explanation
client WebsocketClient/AsyncWebsocketClient A websocket client object.
wallet Option<Wallet> A wallet object to fund.
custom_faucet_host Option<&str> A custom faucet network to use.

Sources:

@LimpidCrypto LimpidCrypto added enhancement New feature or request 3rd month Planned to be worked on in the third month. Estimate budget: 10,000 $ XRPL Grants This issue is planned to get resoled as part of the XRPL Grants program (within 8 months) labels Sep 2, 2022
@LimpidCrypto LimpidCrypto added this to the Add high-level methods milestone Sep 2, 2022
@LimpidCrypto LimpidCrypto self-assigned this Sep 2, 2022
@LimpidCrypto LimpidCrypto changed the title Add high-level methods for Wallet Add high-level methods for wallet Sep 2, 2022
@LimpidCrypto LimpidCrypto removed their assignment Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd month Planned to be worked on in the third month. Estimate budget: 10,000 $ enhancement New feature or request XRPL Grants This issue is planned to get resoled as part of the XRPL Grants program (within 8 months)
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant