diff --git a/mpc-core-kit-web/mpc-core-kit-bitcoin/README.md b/mpc-core-kit-web/mpc-core-kit-bitcoin/README.md new file mode 100644 index 00000000..be943702 --- /dev/null +++ b/mpc-core-kit-web/mpc-core-kit-bitcoin/README.md @@ -0,0 +1,37 @@ +# Web3Auth MPC CoreKit Web [`@web3auth/mpc-core-kit`](https://web3auth.io/docs/sdk/core-kit/mpc-core-kit) Bitcoin Example + +[![Web3Auth](https://img.shields.io/badge/Web3Auth-SDK-blue)](https://web3auth.io/docs/sdk/core-kit/mpc-core-kit) +[![Web3Auth](https://img.shields.io/badge/Web3Auth-Community-cyan)](https://community.web3auth.io) + +[Join our Community Portal](https://community.web3auth.io/) to get support and stay up to date with the latest news and updates. + +This example demonstrates how to use Web3Auth's MPC CoreKit Web SDK for Bitcoin. + +## How to Use + +### Download Manually + +```bash +npx degit Web3Auth/web3auth-core-kit-examples/mpc-core-kit-web/mpc-core-kit-bitcoin w3a-mpc-core-kit-bitcoin +``` + +Install & Run: + +```bash +cd w3a-mpc-core-kit-bitcoin +npm install +npm run start +# or +cd w3a-mpc-core-kit-bitcoin +yarn +yarn start +``` + +## Important Links + +- [Website](https://web3auth.io) +- [Docs](https://web3auth.io/docs) +- [Guides](https://web3auth.io/docs/guides) +- [SDK / API References](https://web3auth.io/docs/sdk) +- [Pricing](https://web3auth.io/pricing.html) +- [Community Portal](https://community.web3auth.io) diff --git a/mpc-core-kit-web/mpc-core-kit-bitcoin/index.html b/mpc-core-kit-web/mpc-core-kit-bitcoin/index.html new file mode 100644 index 00000000..8ff189d5 --- /dev/null +++ b/mpc-core-kit-web/mpc-core-kit-bitcoin/index.html @@ -0,0 +1,48 @@ + + +
+ + + + + + + + + ++ ⚠️ Warning: Demo Purpose Only +
++ Use a{" "} + + faucet + {" "} + to get testnet BTC to PSBT, Segwit, and Taproot Addresses. +
+This implementation sends transactions via a centralized server (BlockStream).
+In a production environment, transactions should be relayed directly to Bitcoin nodes.
+