Skip to content

Bitcoin/Litecoin test faucet backend with bitgo sdk and serverless architecture (AWS Lambda)

License

Notifications You must be signed in to change notification settings

nikunjtilva/cryptocoin-test-faucet-backend

Repository files navigation

Bitcoin/Litecoin test faucet backend with bitgo sdk and serverless architecture (AWS Lambda)

This project consists of below microservices

  1. balance: This service will check existing balance in donors wallet.
  2. sendcoin: This service will send request to transfer coin to other wallet.

Demo

A demo version of these services are hosted on AWS - https://pj24x5tb2a.execute-api.us-east-1.amazonaws.com/dev/balance/{cointype}

https://pj24x5tb2a.execute-api.us-east-1.amazonaws.com/dev/sendcoin/{cointype}/{walletaddress}/{amount}

Requirements

Installation

Install the Node.js packages

$ npm install

Usage

To simulate API Gateway locally using serverless-offline

$ serverless offline start

Run your tests

$ npm test

Deploy this project

$ serverless deploy

About

Bitcoin/Litecoin test faucet backend with bitgo sdk and serverless architecture (AWS Lambda)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages