Skip to content

Commit

Permalink
Updates readme to include optional smart contract deployment options.…
Browse files Browse the repository at this point in the history
… Fixes typo
  • Loading branch information
StefPler committed Dec 6, 2024
1 parent 0f113d0 commit 3aafdb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Fill in the mandatory fields in the `.env` and `smart_contract_config.yaml` file

### 4. Deploy the Container

Run `chmod u+x dpeloy.sh && ./deploy.sh` to deploy the entire container setup, ensuring all necessary components and configurations are correctly initialized and running.
Run `chmod u+x deploy.sh && ./deploy.sh` to deploy the entire container setup, ensuring all necessary components and configurations are correctly initialized and running.

### 5. Access the Dashboard

Expand All @@ -48,6 +48,10 @@ It offers detailed insights into the status of completed jobs and error messages
To test the system locally, you need to first publish an example smart contract.
We provide an example contract in the `move` directory.

[Optional] Export an `ADMIN_ADDRESS` in your terminal with the address you want to use as the admin. Otherwise, the current CLI selected address will be used.

[Optional] Export an `ADMIN_PHRASE` in your terminal if you want to use a brand new wallet. Otherwise, the current CLI selected wallet will be used.

Simply run `cd move/ && chmod +x ./publish.sh && ./publish.sh` to deploy the contract to the Sui network.
A `.publish.res.json` file will be generated with important information that you will need to set up the cluster.
These fields are used to configure the `request_processor` service and test the system using an example smart contract.
Expand Down

0 comments on commit 3aafdb0

Please sign in to comment.