Skip to content

RunOnFlux/ecko-wallet

 
 

Repository files navigation

eckoWALLET Chrome Extension

Powered by Flux · The Gateway to Kadena

The eckoWALLET Chrome Extension brings secure and streamlined access to the Kadena ecosystem, allowing users to manage their KDA and tokens, interact with dApps using WalletConnect, and sign transactions—directly from their browser.


📅 Download Now


✨ Key Features

  • Self-Custodial: You own your keys and your crypto.
  • WalletConnect Integration: Seamlessly connect to Kadena dApps.
  • Secure Recovery: 12-word seed phrase and local encryption.
  • Token Management: Auto-detect and display supported tokens.
  • Multisig Ready: Built with future Kadena multisig support in mind.
  • Fiat On-Ramp: Purchase KDA using fiat directly from the extension.
  • Audited by CertiK: View security audit on CertiK Skynet

🛠️ Development Setup

Prerequisites

  • Node.js v22+

Getting Started

  1. Clone the repository
git clone https://github.com/RunOnFlux/ecko-wallet-extension.git
cd ecko-wallet-extension
  1. Setup environment
cp .env.example .env
  1. Install dependencies
npm install
  1. Start in development mode
npm start
  1. Load the extension in Chrome
  • Go to chrome://extensions/
  • Enable "Developer mode"
  • Click "Load unpacked"
  • Select the build folder

The extension auto-reloads on code changes.


🚀 Production Build

Create a production-ready build:

npm run build

Or for development with source maps:

npm run build:dev

Then load it via chrome://extensions/ as described above.


📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


🚨 Disclaimer

By using eckoWALLET, you agree to the terms outlined in the Disclaimer. Never share your recovery phrase. eckoWALLET does not store keys or sensitive data centrally.


Let's make Kadena accessible to everyone — securely and simply. ✨

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.6%
  • JavaScript 6.0%
  • Other 0.4%