Skip to content

Alejandro-MartinG/guesser-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rinkeby faucet

This project is a minimal API which do test transactions between two eth wallets through a Infura node.

Installation & Configuration

  1. Clone the repository

  2. Create the file .env copying .env.example and filling it properly

  3. Start the server:

    • Locally
      • Install dependencies: npm install
      • Run local server: npm start
    • Docker: docker up 5500:5500 -d example

Usage

Send a "send money" request to the server:

WALLET_ADDRESS="0x0000000000000000000000000000000000000000"

curl -XPOST localhost:5500/send-money --data "address=${WALLET_ADDRESS}"

About

Rinkeby faucet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published