How-to launch:
-
Preparing
a).
npm init gatsby
follow "default" scenariob). create "secret.ts" file in directory: src/cardano/nft/ then declare const "BLOCKFROST_API" and insert your API_KEY from Blockfrost:
``` export const BLOCKFROST_API ="API_KEY" ``` -
Install dependencies
npm install cd my-gatsby-site/ npm install -
Run
from route project directory:
npm run develop
Your site is now running at http://localhost:8000