From 6c0d4e13c24a68aa5a4f251e2d5b33a958bb961b Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Thu, 20 May 2021 10:31:08 +0200 Subject: [PATCH] adding Client request example --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d5b62..a76721d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,11 @@ Edit this part with your value: } ``` -## Run it +## Run it (server side) ``` node --experimental-modules --es-module-specifier-resolution=node app.js ``` +## Client request +``` +curl -s "http://testnet-faucet.bitcanna.io:8000/?address=bcna1xvuxv4znmmeu96ulxhldvyt32whp57vhyzg5vh" | jq +```