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.
- Create Invoices
- Gnosis Pay integration for crypto-backed card payments
- Monerium integration for IBAN accounts and SEPA transfers
- Yield earning features with sDAI
- Next.js
- React
- TypeScript
- Tailwind CSS
- Request Network API
- Gnosis Pay API (planned)
- Monerium API (planned)
- Clone the repository:
- Install dependencies:
npm install
- Set up environment variables:
- Copy
.env.example
to.env.local
- Fill in the required values
- Copy
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
CustomCreateInvoice
: Custom invoice creation formInvoiceList
: Invoice management and displayNavbar
: Navigation componentMinimalistFinanceDashboard
: Main dashboard layout
- 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
We welcome contributions! Please follow these steps:
- Fork the repository
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature'
- Push to the branch:
git push origin feature/AmazingFeature
- Open a pull request