asch-cli icon indicating copy to clipboard operation
asch-cli copied to clipboard

Asch command line interface and dapp sdk/template inbuilt

Results 13 asch-cli issues
Sort by recently updated
recently updated
newest added

``` bass@bass-Aspire-ES1-521:~/testomgeving/asch$ asch-cli dapps --deposit ? Enter secret [hidden] ? Enter amount 120 ? DApp Id f4c34f11c469462d6239a2b9afdf8cf904828d9bcd11fc25c258716ecdd8df65 ? Enter secondary secret (if defined) ``` Then the process stops?

When my balance is empty it says: "Account not found" and when i refuel my balance i got the following output: ``` Error: Error: TypeError: First argument must be a...

please update! Example; in the `/plugins/dapps.js` line `491`: npm version: ` if (wantInbuiltAsset) {` Should be: `if (wantInbuiltAsset.wantInbuiltAsset) {` The above is already fixed in the latest version on github...