Skip to content

Commit

Permalink
tutorial 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofgazso committed Jul 15, 2023
1 parent 9c554ae commit 307057f
Show file tree
Hide file tree
Showing 5 changed files with 1,508 additions and 34 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This repository contains the full code for [Pimlico tutorials](https://docs.pimlico.io/tutorial) in the Pimlico documentation.

To set up the repository, clone it, copy the .env.example file to .env and fill in your Pimlico API key (use the [quick start guide](https://docs.pimlico.io/how-to/quick-start) to generate one), install the dependencies, and run `npm run tutorial-1` (or whichever tutorial you're looking to run)!
To set up the repository, clone it, copy the .env.example file to .env and fill in your Pimlico API key (use the [quick start guide](https://docs.pimlico.io/how-to/quick-start) to generate one), install the dependencies, and run `npm run tutorial-1`!

If you are looking to run the tutorial code for [tutorial 2](https://docs.pimlico.io/tutorial/tutorial-2), in addition to filling the Pimlico API key, you will also need to generate a private key and replace the `privateKey` variable at the start of `tutorial-2.ts` with it before running `npm run tutorial-2`.

```bash
npm install
Expand Down
Loading

0 comments on commit 307057f

Please sign in to comment.