MCPcopy Create free account
hub / github.com/bjorn/raccoin

github.com/bjorn/raccoin @v0.2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2.0 ↗ · + Follow
270 symbols 502 edges 25 files 43 documented · 16% updated 52d agov0.2.0 · 2024-01-04★ 5824 open issues

Browse by type

Functions 197 Types & classes 73
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Raccoin

Crypto Portfolio and Tax Reporting Tool

Raccoin makes it easy to see the current state and the history of your crypto portfolio and generates relevant reports for declaring capital gain income tax. It currently works in EUR using the FIFO method, but since it is open source anyone can extend it to suit their needs.

Supported Formats

CSV Formats

Raccoin can import CSV files exported from the following sources:

Blockchains

Raccoin can also synchronize wallets from certain blockchains directly. Currently, adding these wallets requires manually editing the portfolio JSON file since the UI for adding them still needs to be written. Supported are:

JSON

Transactions can be exported to JSON and can also be imported from that format again.

Attribution

This application was written in Rust using the excellent Slint UI framework.

Codeium has been a major help, especially since I was still relatively new to Rust.

Thanks to my wife for suggesting "Raccoin", which is a combination of "raccoon" and "coin" and for helping me with the icon. Raccoons are known to be smart animals, and you'd be smart to use Raccoin!

built with Codeium

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 103
Function 94
Class 49
Enum 23
Interface 1

Languages

Rust100%

Modules by API surface

src/main.rs58 symbols
src/base.rs43 symbols
src/fifo.rs21 symbols
src/etherscan.rs15 symbols
src/binance.rs13 symbols
src/trezor.rs12 symbols
src/poloniex.rs11 symbols
src/ftx.rs11 symbols
src/liquid.rs10 symbols
src/esplora.rs9 symbols
src/bittrex.rs9 symbols
src/horizon.rs7 symbols

For agents

$ claude mcp add raccoin \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page