Skip to content

Commit

Permalink
Merge pull request #4 from RaulBernal/patch-5
Browse files Browse the repository at this point in the history
adding Client request example
  • Loading branch information
atmoner authored May 20, 2021
2 parents ef59e18 + 6c0d4e1 commit b93f01f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b93f01f

Please sign in to comment.