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
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ NEXT_PUBLIC_REACT_APP_MORALIS_SERVER_URL=<Insert Your Moralis Server URL Here>

## Run Phantasm

Now should be able to run the dapp in a local development server.
Now should be able to run the dapp in a local development server. You might run into some moralis dependancy erros in which case try running
```
yarn add magic-sdk@7.0.0
npm install @web3auth/web3auth
npm install @walletconnect/web3-provider
```

In the command line, run:

Expand Down