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

feat: allow generate multiple addresses #3277

Merged
merged 5 commits into from
Mar 14, 2024

Conversation

bingryan
Copy link
Contributor

Description

Allow generating multiple addresses

Related Issue

Related #3275

Usage

  1. ord wallet receive
{
  "addresses": [
    "bcrt1pyeryjjzz5g2e2lxyf29z3j8kvpgr8ecas9cw2ttkyq8x9xhjhcus7ptp6e"
  ]
}
  1. ord wallet receive --number 2
{
  "addresses": [
    "bcrt1pt4a6xttm94j6pyp6dtstqu74axdv99vu00dfp0gwssmkgzymqh9q6c32gq",
    "bcrt1pc9galhk22p6sdle5xp0ggsw5lxhcgttayr9unv8v97s9cf8ysdaqaa9h70"
  ]
}
  1. ord wallet receive -n 2
{
  "addresses": [
    "bcrt1pfjmvlll0ds3fhvnqp2ff4ymt5lncgpphgk3vmf795z0chdyqjytsvt5tuh",
    "bcrt1p8xm6tzqy38cgrwpcg57fx4kh26kf337s758wrap0cy53kqep0nus34veyh"
  ]
}

@bingryan bingryan changed the title feat: allow genereate multiple addresses feat: allow generate multiple addresses Mar 13, 2024
Copy link
Collaborator

@raphjaph raphjaph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@raphjaph raphjaph enabled auto-merge (squash) March 14, 2024 03:58
@raphjaph raphjaph disabled auto-merge March 14, 2024 03:58
@raphjaph raphjaph enabled auto-merge (squash) March 14, 2024 03:58
@raphjaph raphjaph merged commit 6458204 into ordinals:master Mar 14, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants