Skip to content

BigWhaleLabs/metadata-generator

Repository files navigation

Metadata Generator code

This repository is used to be a metadata generator for derivatives on SealCred.

Installation and local launch

  1. Clone this repo: git clone https://github.com/BigWhaleLabs/metadata-generator
  2. Install dependencies for headless chromium if needed
  3. Create .env with the environment variables listed below
  4. Run yarn in the root folder
  5. Run yarn start

And you should be good to go! Feel free to fork and submit pull requests.

Environment variables

Name Description
PORT Port to run server on (defaults to 1337)
METADATA_GENERATOR Metadata generator server url (defaults to http://localhost:1337)
MUMBAI_RPC Your Mumbai RPC

Also, please, consider looking at .env.sample.