Xiao Li
Xiao Li
Something simple like: For each test, output `.` for success, `E` for error, `F` for failed Then at the end a summary line about how many success, error and failures.
There are some dependencies are not on deno if you tried to import from npm. For example, after launch deno console, execute: import client from "https://dev.jspm.io/swagger-client"; ``` > import client...
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
https://github.com/diem/dip/pull/163
example implementation in Diem Python SDK mini-wallet application: https://github.com/diem/client-sdk-python/pull/267