-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ocean contracts #220
Conversation
ssallam
commented
Sep 11, 2020
- run ocean-contracts docker to deploy contracts
- update aquarius inputs as required by the decentralized ddo version
export DEPLOY_CONTRACTS="true" | ||
export OCEAN_ARTIFACTS_FOLDER="${OCEAN_HOME}/ocean-contracts/artifacts" | ||
# Specify which ethereum client to run or connect to: development | ||
export CONTRACTS_NETWORK_NAME="ganache" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export CONTRACTS_NETWORK_NAME="ganache" | |
export CONTRACTS_NETWORK_NAME="ganache" | |
export CONTRACTS_VERSION="test" |
|
start_ocean.sh
Outdated
@@ -27,12 +27,16 @@ DIR="${DIR/ /\\ }" | |||
COMPOSE_DIR="${DIR}/compose-files" | |||
|
|||
# Default versions of Aquarius, Provider | |||
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v3} | |||
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-latest} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-latest} | |
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-decentralized} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.