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

Make build script public #4085

Merged
merged 3 commits into from
Nov 21, 2024
Merged

Make build script public #4085

merged 3 commits into from
Nov 21, 2024

Conversation

arronzhang
Copy link
Contributor

I need this method when build a custom wallet. Thanks.

I need this method when build a custom wallet. Thanks.
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

Out of curiosity, what kind of wallet are you building?

@raphjaph raphjaph enabled auto-merge (squash) November 21, 2024 06:32
@raphjaph raphjaph merged commit 8f9c2ee into ordinals:master Nov 21, 2024
5 checks passed
@arronzhang
Copy link
Contributor Author

@raphjaph A rune wallet that only depends on Electrum and ord api. I want to manage my own addresses and uxtos. I'm not sure it's safe, so it's private now.

@arronzhang arronzhang deleted the patch-1 branch November 21, 2024 09:02
@raphjaph
Copy link
Collaborator

Have you tried out the --index-address flag? I'm hoping that ord could replace the electrum dependency for many people's infra. We're still missing mempool support but other than that I'd be interested to hear if it would meet your requirements.

We have the /address/<ADDRESS> and /outputs/<ADDRESS> endpoints.

@arronzhang
Copy link
Contributor Author

Yes, I want to mint more than one in a block, so I need the outputs by address in the mempool. Include all outputs spent via CPFP, in order to calculate the best fee rate for my next mint. Additionally a transaction broadcast api is needed. That's all for now.

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.

2 participants