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

Merged
merged 21 commits into from
Oct 29, 2024
Merged

feat: bitcoin #568

merged 21 commits into from
Oct 29, 2024

Conversation

ganchoradkov
Copy link
Member

@ganchoradkov ganchoradkov commented May 17, 2024

Example bitcoin implementation according to https://docs.reown.com/advanced/multichain/rpc-reference/bitcoin-rpc

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)
appkit-react-ethersv5 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
appkit-react-wagmi-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
appkit-solana ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
decentralized-relay-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
donut-cost-average ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
react-wallet-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
smart-sessions-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
tictactoe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
vue-web-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 29, 2024 1:32pm
10 Skipped Deployments
Name Status Preview Comments Updated (UTC)
decentralized-relay-app ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
malicious-dapp-verify-simulation ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
react-auth-dapp ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
react-auth-wallet ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
react-dapp-v2 ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
react-dapp-v2-cosmos-provider ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
react-dapp-v2-with-ethers ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
react-dapp-v2-with-web3js ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
svelte-web3modal ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm
vue-dapp-auth ⬜️ Ignored (Inspect) Visit Preview Oct 29, 2024 1:32pm

Copy link
Contributor

@Cali93 Cali93 left a comment

Choose a reason for hiding this comment

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

Nice one 💪
Just curious if some utils here should abstracted into a dedicated package ?

Comment on lines 17 to 19
return await (
await fetch(`https://mempool.space/testnet/api/address/${address}/utxo`)
).json();
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we get some error handling ?

# Conflicts:
#	advanced/wallets/react-wallet-v2/package.json
#	advanced/wallets/react-wallet-v2/yarn.lock
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.

5 participants