Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 999 Bytes

INSTALL.md

File metadata and controls

49 lines (41 loc) · 999 Bytes

Dependencies

Install

  • create and activate the virtual environement
virtualenv venv
source venv/bin/activate
  • compile the core: from /chainspace/chainspacecore
mvn package assembly:single
  • start the core (macOs): from /chainspace
contrib/core-tools/easystart.mac.sh
  • starting the console client: from /chainspace/chainspacecore
java -cp lib/BFT-SMaRt.jar:target/chainspace-1.0-SNAPSHOT-jar-with-dependencies.jar uk.ac.ucl.cs.sec.chainspace.bft.ConsoleClient ChainSpaceClientConfig/config.txt
  • starting the client service: from /chainspace/chainspacecore ./runclientservice.sh

  • install the smart contract framework: from /chainspace

pip install --editable chainspacecontract

from /chainspace/chainspaceapi

python setup.py install