Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ git clone https://github.com/pointnetwork/template.point.git ../template.point
cd ../template.point
npm i && npm run build
cd ../pointnetwork
point-deploy ../template.point --contracts
NODE_CONFIG_ENV=devlocal MODE=zappdev point-deploy ../template.point --contracts
Copy link
Collaborator

@jensendarren jensendarren Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Koochr it should not be necessary to include these env vars here since they are already declared and set in the point-deploy alias defined here.

```

## Open the deployed Template dApp in the Owner Point Browser
Expand Down Expand Up @@ -135,4 +135,4 @@ You should now be able to interact with any dApps that have been deployed. As me

### Deploy your dApp to Point Network

You can modify and deploy the Template dApp to Ponit Network using your own registered Identity. Visit [this page](./build-deploy-zapp) for details.
You can modify and deploy the Template dApp to Ponit Network using your own registered Identity. Visit [this page](./build-deploy-zapp) for details.