Skip to content

Commit

Permalink
update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arn0d committed Feb 19, 2024
1 parent 401b4a3 commit 85f518b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ scarb test
Instructions for deployment

1. Component Declaration
- Run the script `bash scripts/deploy_components.sh --components --debug` to declare all components.
- Run the script `./scripts/deploy_components.sh --components --debug` to declare all components.
- **Note**: This script may need to be executed multiple times until all components are declared without any errors.

2. Provider Deployment & Setup
- Use the script `bash scripts/deploy_components.sh --provider --debug` to deploy and set up the provider.
- Use the script `./scripts/deploy_components.sh --provider --debug` to deploy and set up the provider.

3. Component register into Provider
- Use the script `bash scripts/deploy_components.sh --register --debug` to deploy and set up the provider.
- Use the script `./scripts/deploy_components.sh --register --debug` to deploy and set up the provider.

4. Metadata Class Declaration
- Declare classes using the script `bash scripts/declare_contracts.sh --contracts --debug`.
- Declare classes using the script `./scripts/declare_contracts.sh --contracts --debug`.

5. Project Contract Provider Setup
- Set the provider on the Project contract.
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ deploy_provider() {
setup_provider() {
contract=$(deploy_provider)
PROVIDER_ADDRESS=$contract
echo "Provider deployed at:"$PROVIDER_ADDRESS
echo "Provider deployed at: "$PROVIDER_ADDRESS

echo "$PROVIDER_ADDRESS" > .tmp.addr.provider
}
Expand Down

0 comments on commit 85f518b

Please sign in to comment.