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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ For verification of this level, we will ask you to enter your profile's StreamID
and press `Enter` for all the question prompts. This should create the `ceramic-tutorial` folder and setup the `next` app inside it. It will also initialize a git repository you can push to GitHub after making changes.
- Let's now install the Self.ID npm packages, and a dependent library, to get started. From inside the `ceramic-tutorial` folder, run the following in your terminal
```bash
npm install @self.id/react @self.id/web key-did-provider-ed25519
npm i "@self.id/react" "@self.id/web" ethers key-did-provider-ed25519
```
- Let's also install the `ethers` and `web3modal` packages that we will be using to support wallet connections
```bash
Expand Down