Skip to content

Commit

Permalink
docs: change the way to deploy and sozo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
0xshora committed Jun 9, 2024
1 parent 5865891 commit 7d0555c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/build-app/2-deploy-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sozo build

This will deploy your contracts to the local PixeLAW world.
```console
sozo migrate --name pixelaw
sozo migrate apply --name pixelaw
```

### Initialise your App
Expand Down Expand Up @@ -59,7 +59,7 @@ sozo build
### Deploy your contracts
This will deploy your app to the local PixeLAW using sozo migrate.
````console
sozo migrate --name pixelaw --rpc-url <replace-this-with-provided-rpc-url>
sozo migrate apply --name pixelaw --rpc-url <replace-this-with-provided-rpc-url>
````

### Initializing your contracts
Expand Down
5 changes: 1 addition & 4 deletions src/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ sozo test

## Deploy the Pixel Core

In order to simplify deploying PixeLAW locally, we created a docker container with all dependencies. Simply run this command in the `app_template` folder:
```console
docker compose up -d
```
We are using [devcontainer](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) environments. Please open this code with vscode and launch the container with devcontainer.

## Wait for the Core to be deployed (Optional)

Expand Down

0 comments on commit 7d0555c

Please sign in to comment.