Skip to content

RunOnFlux/ecko-wallet

 
 

Repository files navigation

eckoWALLET

The Kadena ecosystem gateway

Prerequisites

  • Node.js v22

Development setup

  1. Clone the repository
  2. Copy environment file:
cp .env.example .env
  1. Install dependencies:
npm install
  1. Start development watch mode:
npm start
  1. Load the extension in Chrome:
  • Open chrome://extensions/
  • Enable "Developer mode" in the top right
  • Click "Load unpacked"
  • Select the build folder of the project

The extension will automatically reload when you make changes to the code.

Production build

To create a production build:

npm run build

For a development build with source maps:

npm run build:dev

Installing the built extension

  1. Go to chrome://extensions/
  2. Enable "Developer mode" in the top right
  3. Click "Load unpacked"
  4. Select the build folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 71.9%
  • JavaScript 27.8%
  • Other 0.3%