https://github.com/arman2409/bitcoin-transaction
Bitcoin transaction using Node.js's bitcore module.
https://github.com/arman2409/bitcoin-transaction
Last synced: 2 months ago
JSON representation
Bitcoin transaction using Node.js's bitcore module.
- Host: GitHub
- URL: https://github.com/arman2409/bitcoin-transaction
- Owner: Arman2409
- Created: 2022-08-25T09:21:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T09:24:19.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T08:47:43.784Z (4 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Transaction
Transaction is handled by bitcore-lib module of Node.js.The sochain.com service is used to get unsped txos and
also to send the transaction.## Running the project
To run the project and create your own transaction, you will need to run the following commands:
*** npm install ***
then you will need to add the .env file with following variables:
MY_ADDRESS, PRIVATE_KEY, DESTINATION_ADDRESS
After that configure the amount,fee in index.js file and run the following command:
***npm run start ***
and the transaction will be created.