This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff 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
167169git clone https://github.com/kodadot/nft-gallery.git
168170touch .env.local
169171```
170172
171- in ` .env.local ` add following urls :
173+ in ` .env.local ` add following properties :
172174``` bash
173175VUE_APP_KEYRING=true
174176VUE_APP_I18N_LOCALE=en
175177VUE_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
192195yarn 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
197207To run the full local environment we recommend you to run a [ polkadot/Kusama node] ( https://github.com/paritytech/polkadot ) .
You can’t perform that action at this time.
0 commit comments