| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Documentation | Guides | News
Contract Executor is app for deploy and execute methods of smart-contract
Maven - Is a tool that can be used for building and managing any Java-based project. It is a command-line tool for building Java (and other) programs developed by Apache.
It's up to you to set up your prerequisites and environment to run Maven on Windows. Therefore, the major prerequisite needed is Java SDK installation because Maven is written in Java and primarily it is used to build Java programs.
The installation of Apache Maven implies extracting the archive and adding the bin folder with the mvn command to the PATH.
Detailed steps are:
git clone https://github.com/CREDITSCOM/thrift-api-client.git
cd thrift-api-client
git checkout dev
call mvn clean install
cd..
git clone https://github.com/CREDITSCOM/smart-contract-api.git
cd smart-contract-api
git checkout dev
call mvn clean install
cd..
git clone https://github.com/CREDITSCOM/contract-executor.git
cd contract-executor
git checkout dev
cd sc-api-support
call mvn clean install
cd..
cd contract-executor
call mvn clean install
cd..
cd..
rem Warning!!!
rem get these files with the same suffix in the target folders
rem example
rem sc-api-support-v0.8.4-b35.jar
rem contract-executor-v0.8.4-b35.jar
rem rename them to sc-api-support.jar and contract-executor.jar -> node directory
rem DO NOT FORGET to change next lines in [api] department of node config.ini file to:
rem executor_commit_min=1518
rem executor_commit_max=1518
git clone https://github.com/CREDITSCOM/thrift-api-client.git
cd thrift-api-client
git checkout dev
mvn clean install
cd ..
git clone https://github.com/CREDITSCOM/smart-contract-api.git
cd smart-contract-api
git checkout dev
mvn clean install
cd ..
git clone https://github.com/CREDITSCOM/contract-executor.git
cd contract-executor
git checkout dev
cd sc-api-support
mvn clean install
cd ..
cd contract-executor
mvn clean install
cd ..
cd ..
# Warning!!!
# get these files with the same suffix in the target folders
# example
# sc-api-support-v0.8.4-b35.jar
# contract-executor-v0.8.4-b35.jar
# rename them to sc-api-support.jar and contract-executor.jar -> node directory
# DO NOT FORGET to change next lines in [api] department of node config.ini file to:
# executor_commit_min=1518
# executor_commit_max=1518| Back | FazBrowse Home | New Git URL |