Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
feat: Originate contract via minter-sdk contracts/bin/ code (#215)
Browse files Browse the repository at this point in the history
* feat: Originate contract via minter-sdk contracts/bin/ code

* feat: Use public minter-sdk raw content url

* refactor: Update bootstrap-contracts-config script with clearer functions

* chore: Remove star imports from bootstrap-contracts-config
  • Loading branch information
lambdahands authored Mar 3, 2021
1 parent d13a4b8 commit ad23055
Show file tree
Hide file tree
Showing 73 changed files with 952 additions and 17,465 deletions.
3 changes: 0 additions & 3 deletions bin/init-dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ set -e

source ${BASH_SOURCE%/*}/setup-env

pushd $PROJECT_ROOT_DIR/contracts && yarn install ; popd

# pushd $PROJECT_ROOT_DIR/client && yarn install ; popd
#
# pushd $PROJECT_ROOT_DIR/server && yarn install ; popd

$PROJECT_ROOT_DIR/bin/build-dev-images
Expand Down
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker stack deploy \
ENV_START_SCRIPT=$PROJECT_ROOT_DIR/bin/${ENV_NAME}/start
[ -f $ENV_START_SCRIPT ] && $ENV_START_SCRIPT

pushd $PROJECT_ROOT_DIR/contracts && yarn run bootstrap ; popd
pushd $PROJECT_ROOT_DIR; yarn bootstrap ; popd

docker stack deploy -c $UI_STACK_FILE $STACK_NAME
docker stack deploy -c $API_SERVER_STACK_FILE $STACK_NAME
Expand Down
1 change: 0 additions & 1 deletion contracts/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion contracts/.prettierrc

This file was deleted.

13 changes: 0 additions & 13 deletions contracts/README.md

This file was deleted.

Loading

0 comments on commit ad23055

Please sign in to comment.