asch icon indicating copy to clipboard operation
asch copied to clipboard

Default branch develop does not work

Open a1300 opened this issue 6 years ago • 0 comments

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: develop

Environment

Kubuntu 4.15.0-36-generic

Steps to reproduce

Download and install ASCH:

git clone https://github.com/aschplatform/asch.git asch && cd asch && npm install && mkdir -p public/dist/chains

Start ASCH:

node app.js

What is expected?

ASCH blockchain node is starting as usual

What is actually happening?

The ASCH blockchain halts and displays:

2018-10-20T14:26:41+0200 <info> index.js:1 (ChildProcess.t.on) Sandbox process ready

a1300 avatar Oct 20 '18 12:10 a1300