CryptoSplit is a tool for automating cryptocurrency fund distribution. It allows you to split your funds across multiple wallets or exchanges based on predefined rules.
- Support for Bitcoin, Ethereum, and other major cryptocurrencies.
- Automated fund distribution across wallets.
- Exportable transaction reports (CSV/JSON).
- Easy integration with exchanges like Binance or Kraken.
- Clone the repository:
git clone https://github.com/yourusername/CryptoSplit.git cd CryptoSplit
To run the tests for this project, follow these steps:
-
Clone the repository: git clone https://github.com/username/CryptoSplit.git
-
Install dependencies: npm install # for Node.js projects
-
Run the tests:
- For Node.js (with Jest or Mocha):
npm test - For Python (with pytest or unittest):
pytest # or python -m unittest discover
Make sure to set up your environment before running the tests (e.g., install necessary libraries, set environment variables).