Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 568 Bytes

File metadata and controls

18 lines (14 loc) · 568 Bytes

Contributing to StellarID

Welcome to StellarID! We are an open-source platform aimed at simplifying identity on Stellar.

Prerequisites

  • Node.js 18+ and pnpm
  • Rust toolchain and soroban-cli
  • Docker & Docker Compose

Setup Instructions

  1. Clone the repository
  2. Run pnpm install in the root directory
  3. Copy .env.example to .env and adjust the variables
  4. Start the database: docker-compose up -d
  5. Run the dev server: pnpm run dev

Available Issues

We have pre-created GitHub issues for Wave contributors. Please check the Issues tab!