Contributing to Lithosphere
Getting Started
git clone https://github.com/your-username/lithosphere.git cd lithospherepnpm installgit checkout -b feature/your-feature-name
Development Workflow
# Install all dependencies
pnpm install
# Build the project
pnpm build
# Run tests
pnpm test
# Start local development server with hot-reload
pnpm devCode Standards
Smart Contract Contributions
Documentation Contributions
Pull Request Process
Commit Conventions
Code Review
Issue Reporting
Community
Last updated