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

如何把asch-cli 从1.3.8升级到1.4.0 使用npm install -g asch-cli 安装的是1.3.8,我发现github上1.4.0 怎么升级到1.4.0啊,asch-cli没有upgrade命令

执行:( asch-cli v1.3.8)asch-cli registerdapp -f dapp.json -e "stone elephant caught wrong spend traffic success fetch inside blush virtual element" 返回错误:Server error: Error: Invalid description 但是dapp.json里"description": "shopping"

used it with https://github.com/AschPlatform/asch-js/pull/21

according https://github.com/AschPlatform/asch-docs/blob/master/http_api/en.md

createGenesis block command return the string type of address but when we perform any transaction it gives error due to to the string type of address.

```sh > asch-cli -H 127.0.0.1 -P 4096 registerchain -e "maximum correct local collect moral theme silver mule tell gift reward only" -f chain.json /Users/larry/code/asch-cli/plugins/api.js:312 var trs = aschJS.transaction.createTransactionEx({ ^ TypeError:...

``` ./bin/asch-cli -H 127.0.0.1 -P 4096 sendmoney --secret "stone elephant caught wrong spend traffic success fetch inside blush virtual element" --to "AJbjcLUmQezDrVrzS7XUaax6Pt3T8GQTM5" --amount 100000000000 ``` returns: ``` Server error: Invalid...

The current version of asch-cli does not contain commands for proposals and gateways. I will add these commands, so please assign this issue to me. I also wonder which branch...

`>? Enter asset name, for example: BTC, CNY, USD, MYASSET` You can not chose `MYASSET` because of max 6 chars are allowed

I found that the files in https://github.com/AschPlatform/asch-cli/tree/master/template are not used when running asch-cli. When you install a Dapp with asch-cli it downloads the .zip archive from the link provide in...