Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 8c910c1

Browse files
authored
Merge pull request #689 from kodadot/683-westend
updated Quick Start guide
2 parents 57251a0 + b3f61bc commit 8c910c1

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,20 +163,23 @@ export default class Summary extends Vue {
163163

164164
# 🏃‍♀️ Quick Setup
165165

166+
Here is a quick setup guide for the project.
167+
166168
```bash
167169
git clone https://github.com/kodadot/nft-gallery.git
168170
touch .env.local
169171
```
170172

171-
in `.env.local` add following urls:
173+
in `.env.local` add following properties:
172174
```bash
173175
VUE_APP_KEYRING=true
174176
VUE_APP_I18N_LOCALE=en
175177
VUE_APP_I18N_FALLBACK_LOCALE=en
176-
VUE_APP_SLATE_KEY=
177-
VUE_APP_SUBQUERY_URL=https://api.subquery.network/sq/vikiival/magick
178+
VUE_APP_SUBQUERY_URL=https://api.subquery.network/sq/vikiival/magick-west
178179
```
179-
you can obtain api key for slate [here](slate.host)
180+
[You can obtain some Westend (WND)](https://matrix.to/#/#westend_faucet:matrix.org)
181+
182+
If you want to access Kusama's GraphQL API, **remove** `-west` from `VUE_APP_SUBQUERY_URL`
180183

181184
> to run UI
182185
@@ -192,6 +195,13 @@ yarn start
192195
yarn lambda
193196
```
194197

198+
### Caveats:
199+
Netlify functions are **unable** to read `.env.local`.
200+
Therefore, you need to manually update pinata keys in each function.
201+
Functions are located in `src-functions/`
202+
203+
[You can obtain Master Pinata Keys here](https://app.pinata.cloud/keys)
204+
195205
## Running local Polkadot and subquery nodes
196206

197207
To run the full local environment we recommend you to run a [polkadot/Kusama node](https://github.com/paritytech/polkadot).

0 commit comments

Comments
 (0)