ashgansh / crytpo-kone

A financial OS for EU crypto freelancers

Home Page:https://kone-iota.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kone - Financial OS for EU Crypto Freelancers

kone provides you with one interface to easily use battle-tested crypto infrastructure to manage all your crypto finances.

Issue invoices, get paid, and spend in crypto

  • all while staying compliant.

Features

  • Create Invoices
  • Gnosis Pay integration for crypto-backed card payments
  • Monerium integration for IBAN accounts and SEPA transfers
  • Yield earning features with sDAI

Tech Stack

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • Request Network API
  • Gnosis Pay API (planned)
  • Monerium API (planned)

Getting Started

  1. Clone the repository:
  2. Install dependencies:
    npm install
    
  3. Set up environment variables:
    • Copy .env.example to .env.local
    • Fill in the required values
  4. Run the development server:
    npm run dev
    
  5. Open http://localhost:3000 in your browser

Key Components

  • CustomCreateInvoice: Custom invoice creation form
  • InvoiceList: Invoice management and display
  • Navbar: Navigation component
  • MinimalistFinanceDashboard: Main dashboard layout

TODO

  • Migrate to nextjs app router
  • Complete Gnosis Pay integration for card payments
  • Finalize Monerium integration for IBAN account management
  • Implement sDAI yield earning functionality
  • Enhance transaction history with advanced filtering
  • Set up automated testing suite

Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create your feature branch: git checkout -b feature/AmazingFeature
  3. Commit your changes: git commit -m 'Add some AmazingFeature'
  4. Push to the branch: git push origin feature/AmazingFeature
  5. Open a pull request

License

MIT License

Acknowledgements

About

A financial OS for EU crypto freelancers

https://kone-iota.vercel.app

License:MIT License


Languages

Language:TypeScript 96.4%Language:CSS 3.1%Language:JavaScript 0.5%