CryptoTip is a developer-first platform where you can register your open-source projects to receive cryptocurrency donations. Built with blockchain technology, it provides transparency, security, and global accessibility for open-source funding.
-
Project Registration: Register your open-source projects to start receiving donations.
-
Cryptocurrency Donations: Accept financial support in various cryptocurrencies.
-
Blockchain-Powered: Ensures all transactions are transparent and secure.
-
Global Access: Supports open-source funding from anywhere in the world.
Before you start, ensure you have node and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/Dnreikronos/crypto-tip.git
-
Navigate to the repository:
cd crypto-tip -
Install the dependencies:
-
For Frontend:
cd frontend && npm install
-
For Backend:
cd backend && docker-compose up --build
-
-
To run the frontend:
npm run start-frontend
This starts the React application on
http://localhost:3000(or another available port). -
To run the backend:
docker-compose up
This initializes the Go server, typically on
http://localhost:9090.
If you find any bugs or have a feature request, please open an issue on GitHub.
