Socket
Book a DemoInstallSign in
Socket

@epdomains/passport-schemas

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epdomains/passport-schemas

## Setup

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Gitcoin Passport Ceramic Schemas

Setup

  • Install dependencies using yarn install
  • Start a local Ceramic node using yarn ceramic
  • Publish the model to your Ceramic node with yarn publish-model

Scripts

In the project directory, you can run:

yarn create-model

Runs the create-model.mjs script. This is only needed to make changes to the model used by the app. A hex-encoded 32-byte SEED environment variable must be present to create a key DID for the model when running the script.

Set the CERAMIC_CLIENT_URL environment variable to change the Ceramic node to run against - the scripts will default to http://localhost:7007 if not provided.

yarn publish-model

Runs the publish-model.mjs script to publish the models to Ceramic.

License

Apache-2.0 OR MIT

FAQs

Package last updated on 01 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts