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: bitcoin #568

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

feat: bitcoin #568

wants to merge 7 commits into from

Conversation

ganchoradkov
Copy link
Member

@ganchoradkov ganchoradkov commented May 17, 2024

Example bitcoin implementation using p2wpkh type transactions

Copy link

vercel bot commented May 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
decentralized-relay-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 7:59am
malicious-dapp-verify-simulation ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 7:59am
react-dapp-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 7:59am
9 Ignored Deployments
Name Status Preview Comments Updated (UTC)
decentralized-relay-wallet ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 7:59am
react-auth-dapp ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 7:59am
react-auth-wallet ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 7:59am
react-dapp-v2-cosmos-provider ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 7:59am
react-dapp-v2-with-ethers ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 7:59am
react-dapp-v2-with-web3js ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 7:59am
react-wallet-v2 ⬜️ Ignored (Inspect) Visit Preview 💬 Add feedback May 21, 2024 7:59am
svelte-web3modal ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 7:59am
vue-dapp-auth ⬜️ Ignored (Inspect) Visit Preview May 21, 2024 7:59am

})
}
psbt.addOutput({
address: this.getAddress(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are we supposed to transfer to address instead of this.getAddress? this.getAddress would be the transaction change which we would need to handle anyways I think

Copy link
Member Author

Choose a reason for hiding this comment

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

if not a blocker as first iteration we can go with single address and at later point begin deriving new ones on a transaction, wdyt?

@reown-com reown-com deleted a comment from Castellana9 Jun 3, 2024
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