This repository is used to be a metadata generator for derivatives on SealCred.
- Clone this repo:
git clone https://github.com/BigWhaleLabs/metadata-generator
- Install dependencies for headless chromium if needed
- Create
.env
with the environment variables listed below - Run
yarn
in the root folder - Run
yarn start
And you should be good to go! Feel free to fork and submit pull requests.
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
.