Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
update copy for production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Nov 8, 2023
1 parent a12bbd0 commit 3b3b1a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dapps/dapp-challenges/challenge-0-crowdfund.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ rm -rf target

>Note: You can build this directory again by running `soroban contract build` in the `contracts/abundance` directory.
Next, remove any linked vercel projects by running the following command:
Then, remove any existing `.vercel` directory in your project to ensure that you are starting with a clean slate:

```sh
```bash
rm -rf .vercel
```

Expand Down
14 changes: 9 additions & 5 deletions dapps/dapp-challenges/challenge-1-payment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,12 @@ First install the Vercel cli:
npm i --global vercel
```

Then, remove any existing `.vercel` directory in your project to ensure that you are starting with a clean slate:

```bash
rm -rf .vercel
```

Next, you will need to create a new project on vercel. To do this, run the following command:

```bash
Expand Down Expand Up @@ -383,10 +389,8 @@ Using the `--prebuilt` flag tells Vercel to deploy the the build outputs in `.ve
Once the deployment is complete, you should see something similar to the following output:

```bash
πŸ” Inspect: https://vercel.com/julian-dev28/pmt-dapp/5janJtPxvFRNiuLSZd8LhZ7zM5Em [1s]
βœ… Preview: https://soroban-react-payment-78q2o5jlf-julian-dev28.vercel.app [1s]
πŸ“ Deployed to production. Run `vercel --prod` to overwrite later (https://vercel.link/2F).
πŸ’‘ To change the domain or build command, go to https://vercel.com/julian-dev28/pmt-dapp/settings
πŸ” Inspect: https://vercel.com/julian-dev28/soroban-react-payment/9PwV2DvuXJ3FWag7eLbjqNAhCeCu [2s]
βœ… Production: https://soroban-react-payment-ahtko9qd1-julian-dev28.vercel.app [2s]
```

You can now visit the preview link to see your deployed dapp! πŸŽ‰
Expand All @@ -397,7 +401,7 @@ Remember, you must add Futurenet network lumens to your Freighter wallet to inte

Now it's time to submit your work!

Submit your `Preview` URL from the previous step into the challenge form to pass the challenge!
Submit your `Production` URL from the previous step into the challenge form to pass the challenge!

<ParentChallengeForm id={1} />

Expand Down
5 changes: 2 additions & 3 deletions dapps/dapp-challenges/challenge-2-liquidity-pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,11 @@ First, install the Vercel CLI:
npm i --global vercel
```

Next, remove any linked vercel projects by running the following command:
Then, remove any existing `.vercel` directory in your project to ensure that you are starting with a clean slate:

```sh
```bash
rm -rf .vercel
```

Then, run the following command to deploy your example dapp:

```bash
Expand Down

0 comments on commit 3b3b1a3

Please sign in to comment.