Skip to content

A tool for automatic cryptocurrency fund distribution across multiple wallets

License

Notifications You must be signed in to change notification settings

smilby/CryptoSplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoSplit

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.

Features

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/CryptoSplit.git
    cd CryptoSplit
    

Running Tests

To run the tests for this project, follow these steps:

  1. Clone the repository: git clone https://github.com/username/CryptoSplit.git

  2. Install dependencies: npm install # for Node.js projects

  3. 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).

About

A tool for automatic cryptocurrency fund distribution across multiple wallets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages