XRPL Dev Connect is an open-source platform designed to connect XRPL (XRP Ledger) developers, fostering collaboration and knowledge sharing within the community.
- User authentication and profile management
- Email confirmation for new accounts
- Developer exploration and search
- Project showcasing and collaboration tools
- Real-time messaging between developers
- Clone the repository:
git clone https://github.com/yourusername/xrpl-dev-connect.git
- Navigate to the project directory:
cd xrpl-dev-connect
- Install dependencies:
npm install
- Set up environment variables:
- Copy
.env.example
to.env
- Fill in the required variables, including Supabase credentials
- Copy
- Start the development server:
npm start
- Register an account or log in
- Complete your developer profile
- Explore other developers and projects
- Connect and collaborate with the community
- React
- React Router
- Supabase for authentication and database
We welcome contributions from the community! Here's how you can contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request
This project is open source and available under the MIT License.
- All contributors who will help to shape this project
Join us in building a stronger XRPL developer community!