https://github.com/arjun-r34/btc_tx
https://github.com/arjun-r34/btc_tx
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjun-r34/btc_tx
- Owner: ARJUN-R34
- Created: 2022-08-30T07:41:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T07:48:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T19:48:11.516Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin-Transaction
This code uses blockcypher api to build and broadcast transactions.
To use this code,
1. Clone the repo.
2. Run `npm ci`
3. update the `.env` file with the details.
4. run `node index.js`.