client-sdk-java
client-sdk-java copied to clipboard
Call local network
public static String FAUCET_SERVER_URL = "http://testnet.diem.com/mint" Local network FAUCET_SERVER_URL How to modify this URL
We probably should wrap Faucet related methods into a class, and pass a url into it. Something similar to python sdk implementation: https://diem.github.io/client-sdk-python/diem/testnet.html#diem.testnet.Faucet.
If you could send a PR for the solution, I will help to merge it