Based on this library's web page example:Taproot-Address-export-private-key
※ Please note that providing private keys on the internet poses significant risks. It is recommended to download the source code and build it locally.
-
Install node.js Node.js
-
Check Node.js vesion
node -v
-
cd Taproot-Address-export-private-key folder and install the necessary dependencies.
npm install
-
Final run
npm run dev
Please open your web browser and enter 127.0.0.1:xxxx
as instructed on the command to proceed.
bc1p8srf8extm6xjuf7lasxcjqtf2mseh3uhunu0vtwtttlvwq4axlhs26jx2a
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).