Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Mar 10, 2023
1 parent c365391 commit 7052401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
## Create your dapp with one-click deploy button (recommended)

1. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fd1onys1us%2Fdapp-slaps&env=VITE_WEB3MODAL_PROJECT_ID&envDescription=Retrieve%20a%20Web3Modal%20project%20ID%20%E2%86%92&envLink=https%3A%2F%2Fcloud.walletconnect.com%2Fsign-in&root-directory=packages%2Fapp)
2. Clone the repo that was created by Vercel using `git clone <REPO_NAME>`
2. Clone and cd the repo that was created by Vercel using `git clone <REPO_NAME> && cd <REPO_NAME>`
3. Install Foundry dependency because Vercel doesn't clone the submodules: `forge install foundry-rs/forge-std`
4. Install packages and copy .env.example files:
`cd <REPO_NAME> && sh setup.sh`
`sh setup.sh`
5. Set mnemonic phrase in root `.env` for test accounts ([generate a bip39 mnemonic](https://iancoleman.io/bip39/))
6. Set web3modal project id in `packages/app/.env` ([obtain a project id for web3modal](https://cloud.walletconnect.com/sign-in))

Expand Down

1 comment on commit 7052401

@vercel
Copy link

@vercel vercel bot commented on 7052401 Mar 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dapp-slaps – ./

dapp-slaps.vercel.app
dapp-slaps-git-main-d1onys1us.vercel.app
dapp-slaps-d1onys1us.vercel.app

Please sign in to comment.