client-sdk-java icon indicating copy to clipboard operation
client-sdk-java copied to clipboard

Call local network

Open xieyue89 opened this issue 5 years ago • 2 comments

public static String FAUCET_SERVER_URL = "http://testnet.diem.com/mint" Local network FAUCET_SERVER_URL How to modify this URL

xieyue89 avatar Dec 28 '20 06:12 xieyue89

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.

xli avatar Jan 06 '21 18:01 xli

If you could send a PR for the solution, I will help to merge it

xli avatar Jan 07 '21 17:01 xli