/xrpl-dev-connect

Platform to help developers connect

Primary LanguageJavaScript

XRPL Dev Connect

Overview

XRPL Dev Connect is an open-source platform designed to connect XRPL (XRP Ledger) developers, fostering collaboration and knowledge sharing within the community.

Features

  • User authentication and profile management
  • Email confirmation for new accounts
  • Developer exploration and search
  • Project showcasing and collaboration tools
  • Real-time messaging between developers

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/xrpl-dev-connect.git
    
  2. Navigate to the project directory:
    cd xrpl-dev-connect
    
  3. Install dependencies:
    npm install
    
  4. Set up environment variables:
    • Copy .env.example to .env
    • Fill in the required variables, including Supabase credentials
  5. Start the development server:
    npm start
    

Usage

  1. Register an account or log in
  2. Complete your developer profile
  3. Explore other developers and projects
  4. Connect and collaborate with the community

Technologies

  • React
  • React Router
  • Supabase for authentication and database

Contributing

We welcome contributions from the community! Here's how you can contribute:

  1. Fork the repository
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Submit a pull request

License

This project is open source and available under the MIT License.

Acknowledgements

  • All contributors who will help to shape this project

Join us in building a stronger XRPL developer community!