A web application using blockcypher's api which allows the user to fund an account with "testnet bitcoins" and transfer coins to a specific address.
- Fund a specific address with testnet bitcoins
- Send testnet bitcoins to an address
- Transaction History
These instructions will get you a copy of the project up and running on your local machine for development and/or testing purposes.
You will need to install Node.js. See below for the download link.
- Run
$ git clone https://github.com/aemc/bitcoin-testnet3.git
on the cli, or download the source code to a local directory of your choice. - Run
$ npm install
within the root folder to install all the necessary libraries. - Copy & paste the files
creds.json
andkeys.json
provided via email into the project root folder.
- Run
$ npm start
on the cli within the root of the project folder. - Open your browser and navigate to
localhost:3000
to see the app running.
Note: Due to rate limits on the API (for free tier), the endpoints may not work temporarily. Give it a few minutes before using the application again.
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
- Express - Backend framework
- Bootstrap 4 - Frontend framework