Welcome to StellarID! We are an open-source platform aimed at simplifying identity on Stellar.
- Node.js 18+ and
pnpm - Rust toolchain and
soroban-cli - Docker & Docker Compose
- Clone the repository
- Run
pnpm installin the root directory - Copy
.env.exampleto.envand adjust the variables - Start the database:
docker-compose up -d - Run the dev server:
pnpm run dev
We have pre-created GitHub issues for Wave contributors. Please check the Issues tab!