asch
asch copied to clipboard
Asch is an efficient, flexible, safe and decentralized application platform, which was initially designed to lower the barrier to entry for developers.The services provided by the Asch platform includ...
### Version Pledge account is not found ### Environment ### Steps to reproduce ### What is expected? ### What is actually happening?
fee calculator: ``` 1: () => 0.1, 2: (trs) => { const len = trs.args[0].length if (len === 2) { return 200 } else if (len === 3) { return...
### Version 1.3.6 ### Environment Ubuntu 16.04 ### Steps to reproduce 新建一个DAPP登录不了,日志提示failed to prepare local blockchain invalid module in call:chains#getChain ### What is expected? ### What is actually happening?
### Version 目前新增的节点不能同步数据,只有产生区块的节点的数据才会生效,不知道如何配置侧链配置文件,使得数据能够同步到其它节点? ### Environment ### Steps to reproduce ### What is expected? ### What is actually happening?
### Version 1.4.0 ### Environment ### Steps to reproduce run asch with `node app.js` ### What is expected? no errors ### What is actually happening? error: ``` 2018-08-02T15:34:55+0200 loader.js:122 (modules.peer.randomRequest)...
Integrate asch-contract v0.2 .
### Version ### Environment ### Steps to reproduce ### What is expected? ### What is actually happening?
New ASCH developers will find a non working ASCH blockchain because they will automatically download the __default__ `develop` branch which is not working right now. ### Version Commit: https://github.com/AschPlatform/asch/commit/383bb6c68327243bb801621eb79ff9c954ca7d78 Branch:...
### Version 1.4.5 ### Environment ### Steps to reproduce 1. In the process of configuring the dapp environment, I completed the previous steps. 2. Then I defined my own data...
There are useful guide for up and running the node and DApp. Some articles about design ideas are here and there, some of those are outdated already. It helps a...